Skip to content

Commit

Permalink
remove param
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Nov 7, 2018
1 parent d8050a6 commit 50f8d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ export default function denoMain() {
if (inputFn) {
compiler.run(inputFn, `${cwd}/`);
} else {
replLoop(`${cwd}/`);
replLoop();
}
}

0 comments on commit 50f8d4f

Please sign in to comment.