Skip to content

Commit

Permalink
Single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
asalant committed Jan 16, 2013
1 parent d84cd94 commit 69d80e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repl.coffee
Expand Up @@ -4,7 +4,7 @@ CoffeeScript = require './coffee-script'
{merge} = require './helpers'

replDefaults =
prompt: "coffee> ",
prompt: 'coffee> ',
eval: (code, context, file, cb) ->
try
code = '' if /^\(\s+\)$/.test code # Empty command won't parse
Expand Down

0 comments on commit 69d80e2

Please sign in to comment.