+ Some more work
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
// Import SystemControl
|
||||||
import { SystemControl } from "./models/SystemController";
|
import { SystemControl } from "./models/SystemController";
|
||||||
|
|
||||||
|
// Global system control singleton
|
||||||
(global as any).logger = new SystemControl();
|
(global as any).logger = new SystemControl();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -9,5 +10,4 @@ import { SystemControl } from "./models/SystemController";
|
|||||||
async function main() {
|
async function main() {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user