fix(core): update
This commit is contained in:
@ -3,4 +3,4 @@
|
||||
// ==============
|
||||
import * as plugins from './smartspawn.plugins';
|
||||
|
||||
export class Cluster {}
|
||||
export class Cluster {}
|
||||
|
@ -69,7 +69,7 @@ export class Thread {
|
||||
this.assignedPool = poolArg;
|
||||
}
|
||||
|
||||
enableTypeScript () {
|
||||
enableTypeScript() {
|
||||
// TODO:
|
||||
}
|
||||
|
||||
|
@ -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');
|
||||
|
Reference in New Issue
Block a user