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