From 2ace41343520507c07dca54eceb48bee69fb4aaf Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 22 Aug 2019 15:23:09 +0200 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }