fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-12 14:52:42 +01:00
parent 26bf39abae
commit da9a73bc79

View File

@ -13,8 +13,7 @@ export const runCli = async () => {
const tsNodeLoaderPath = plugins.path.join(__dirname, 'loader.js')
const pathToLoad = plugins.path.join(process.cwd(), pathToTsFile);
process.argv.splice(0, 3);
// console.log(process.argv);
process.argv.splice(0, 3); // this ensures transparent arguments for the child process
const smartshellInstance = new plugins.smartshell.Smartshell({
executor: 'bash'