diff --git a/js/main.ts b/js/main.ts index d945f41518cf26..176f098c760de6 100644 --- a/js/main.ts +++ b/js/main.ts @@ -96,6 +96,6 @@ export default function denoMain() { if (inputFn) { compiler.run(inputFn, `${cwd}/`); } else { - replLoop(`${cwd}/`); + replLoop(); } }