mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Log arguments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user