diff --git a/bin/spark b/bin/spark index 3341b72..43e1ef2 100755 --- a/bin/spark +++ b/bin/spark @@ -11,7 +11,7 @@ */ var child_process = require('child_process'), - netBinding = process.binding('net'), + netBinding = require('net'), dirname = require('path').dirname, exists = require('path').existsSync, http = require('http'),