Skip to content

Commit

Permalink
fix: Added listen arg to JS manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
beneboy committed Oct 22, 2019
1 parent 8c28196 commit e9b5716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/interpreter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ function register(): void {
stdio: {
type: 'stdio',
command: 'node',
args: [__filename]
args: [__filename, 'listen']
}
}
}
Expand Down

0 comments on commit e9b5716

Please sign in to comment.