Use node's require instead of internal require

This commit is contained in:
Kevin Sawicki & Nathan Sobo
2013-03-12 10:38:05 -07:00
parent cec037333f
commit 1d1ba5f6d1
133 changed files with 229 additions and 226 deletions

View File

@@ -1,4 +1,4 @@
ChildProcess = nodeRequire 'child_process'
ChildProcess = require 'child_process'
module.exports =
class BufferedProcess