Skip to content

Commit

Permalink
fixed crash on -s
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Pochtar committed Aug 22, 2013
1 parent 2ec0bfc commit d30f37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ compilePath = (source, topLevel, base) ->
# requested options. If evaluating the script directly sets `__filename`,
# `__dirname` and `module.filename` to be correct relative to the script's path.
compileScript = (file, input, base=null) ->
setTranslatingFile file
setTranslatingFile file, input
o = opts
options = compileOptions file, base
try
Expand Down

0 comments on commit d30f37c

Please sign in to comment.