From 269e54c71780f397731e7d55bbf1f2246e07ed16 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 24 Jun 2021 10:58:46 +0200 Subject: [PATCH] fix(core): update --- ts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/index.ts b/ts/index.ts index 640e7a7..59aebb0 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -23,6 +23,6 @@ export const runCli = async () => { const pathToLoad = path.join(process.cwd(), pathToTsFile); process.argv.splice(2, 1); - console.log(process.argv); + // console.log(process.argv); import(pathToLoad); };