mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Use child_process.exec to chmod atom cli
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fs = require 'fs'
|
||||
$ = require 'jquery'
|
||||
ChildProcess = require 'child-process'
|
||||
ChildProcess = nodeRequire 'child_process'
|
||||
require 'jquery-extensions'
|
||||
require 'underscore-extensions'
|
||||
require 'space-pen-extensions'
|
||||
|
||||
Reference in New Issue
Block a user