mirror of
https://github.com/atom/atom.git
synced 2026-02-18 10:31:54 -05:00
Add add argument
This commit is contained in:
@@ -32,6 +32,7 @@ installContextMenu = (callback) ->
|
||||
fileKeyPath = 'HKCU\\Software\\Classes\\*\\shell\\Atom'
|
||||
|
||||
spawnReg = (args) ->
|
||||
args.unshift('add')
|
||||
regProcess = ChildProcess.spawn('reg.exe', args)
|
||||
console.log args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user