Revert console.log statement
This commit is contained in:
parent
39810a208d
commit
2dafebeba2
|
@ -130,7 +130,7 @@ class Executable
|
||||||
Run command-line interface command
|
Run command-line interface command
|
||||||
###
|
###
|
||||||
run: (args, options = {}) ->
|
run: (args, options = {}) ->
|
||||||
console.log("Run: ", @cmd, args, options)
|
@debug("Run: ", @cmd, args, options)
|
||||||
{ cmd, cwd, ignoreReturnCode, help, onStdin, returnStderr, returnStdoutOrStderr } = options
|
{ cmd, cwd, ignoreReturnCode, help, onStdin, returnStderr, returnStdoutOrStderr } = options
|
||||||
exeName = cmd or @cmd
|
exeName = cmd or @cmd
|
||||||
cwd ?= os.tmpdir()
|
cwd ?= os.tmpdir()
|
||||||
|
|
Loading…
Reference in New Issue