From da9a73bc79a06c312d6c270921f87f72dbf99d58 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 12 Mar 2022 14:52:42 +0100 Subject: [PATCH] fix(core): update --- ts/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ts/index.ts b/ts/index.ts index eb4bfb4..248d37e 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -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'