Skip to content

Commit

Permalink
sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Apr 17, 2012
1 parent 5fd2aaa commit c14870d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.coffee
Expand Up @@ -2,7 +2,7 @@ async = require 'async'
util = require 'util'
{spawn} = require 'child_process'

exec = (cmd, silent, opt, cb) ->
exec = (cmd, opt, silent, cb) ->
child = spawn cmd, opt
res = null
child.stderr.on "data", (chunk) -> (res?=[]).push {type: 'stderr', message: String(chunk).trim()}
Expand Down

0 comments on commit c14870d

Please sign in to comment.