Skip to content

Commit

Permalink
fix: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed May 13, 2020
1 parent a26b941 commit 8d42caa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import {spawn} from 'child_process'
export function runCode(filename: string, {
args
}: {args: string[]}) {
console.log(filename, args)
const cmd = spawn('node', [filename, ...args], {
stdio: 'inherit'
})
Expand Down

0 comments on commit 8d42caa

Please sign in to comment.