fix(core): update
This commit is contained in:
parent
26bf39abae
commit
da9a73bc79
@ -13,8 +13,7 @@ export const runCli = async () => {
|
|||||||
|
|
||||||
const tsNodeLoaderPath = plugins.path.join(__dirname, 'loader.js')
|
const tsNodeLoaderPath = plugins.path.join(__dirname, 'loader.js')
|
||||||
const pathToLoad = plugins.path.join(process.cwd(), pathToTsFile);
|
const pathToLoad = plugins.path.join(process.cwd(), pathToTsFile);
|
||||||
process.argv.splice(0, 3);
|
process.argv.splice(0, 3); // this ensures transparent arguments for the child process
|
||||||
// console.log(process.argv);
|
|
||||||
|
|
||||||
const smartshellInstance = new plugins.smartshell.Smartshell({
|
const smartshellInstance = new plugins.smartshell.Smartshell({
|
||||||
executor: 'bash'
|
executor: 'bash'
|
||||||
|
Loading…
Reference in New Issue
Block a user