diff --git a/src/beautifiers/executable.coffee b/src/beautifiers/executable.coffee index 99c7c01..d2f876b 100644 --- a/src/beautifiers/executable.coffee +++ b/src/beautifiers/executable.coffee @@ -130,7 +130,7 @@ class Executable Run command-line interface command ### run: (args, options = {}) -> - console.log("Run: ", @cmd, args, options) + @debug("Run: ", @cmd, args, options) { cmd, cwd, ignoreReturnCode, help, onStdin, returnStderr, returnStdoutOrStderr } = options exeName = cmd or @cmd cwd ?= os.tmpdir()