mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
Use node's require instead of internal require
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ChildProcess = nodeRequire 'child_process'
|
||||
ChildProcess = require 'child_process'
|
||||
|
||||
module.exports =
|
||||
class BufferedProcess
|
||||
|
||||
Reference in New Issue
Block a user