Skip to content

Commit

Permalink
place SP in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomohito Nakayama committed May 10, 2016
1 parent 9dfa2c7 commit c7b549a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ See the accompanying LICENSE file for terms.
const jf = require('./index.js')
const repl = require('repl');

repl.start('>').context.jf = jf;
repl.start('> ').context.jf = jf;

0 comments on commit c7b549a

Please sign in to comment.