diff --git a/ts/index.ts b/ts/index.ts index 9f0e8f9..b22432a 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,6 +1,6 @@ import * as plugins from './smartsystem.plugins'; export class Smartsystem { - public env = new plugins.smartenv.Smartenv() + public env = new plugins.smartenv.Smartenv(); public cpus = plugins.os.cpus(); }