Log arguments

This commit is contained in:
Kevin Sawicki
2014-11-18 10:28:14 -08:00
parent ddacfd7d5f
commit 13d16b4723

View File

@@ -33,6 +33,7 @@ installContextMenu = (callback) ->
spawnReg = (args) ->
regProcess = ChildProcess.spawn('reg.exe', args)
console.log args
error = null
regProcess.on 'error', (processError) -> error ?= processError