fix(core): update

This commit is contained in:
2019-04-08 15:13:47 +02:00
parent 7e5c0fe678
commit d8c03fd9ca
9 changed files with 728 additions and 49 deletions

View File

@ -3,4 +3,4 @@
// ==============
import * as plugins from './smartspawn.plugins';
export class Cluster {}
export class Cluster {}

View File

@ -69,7 +69,7 @@ export class Thread {
this.assignedPool = poolArg;
}
enableTypeScript () {
enableTypeScript() {
// TODO:
}

View File

@ -1,4 +1,4 @@
import * as plugins from './smartspawn.plugins'
import * as plugins from './smartspawn.plugins';
export const packageBase = plugins.path.join(__dirname, '../');
export const typescriptwrapJs = plugins.path.join(packageBase, 'assets/typescriptwrap.js');
export const typescriptwrapJs = plugins.path.join(packageBase, 'assets/typescriptwrap.js');