Skip to content

Commit

Permalink
fix new coffee syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
poelzi committed Jul 31, 2012
1 parent d86d40b commit 00756ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inode.coffee
Expand Up @@ -49,7 +49,7 @@ shell.rli.removeAllListeners('SIGINT')


self = shell self = shell


mkdirp config_base, 0755, (err) -> mkdirp config_base, 0o0755, (err) ->
fs.open history_file, "a+", (err, fd) -> fs.open history_file, "a+", (err, fd) ->
history = fd history = fd


Expand Down

0 comments on commit 00756ae

Please sign in to comment.