We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b056904 + 3ac4b76 commit ea9927cCopy full SHA for ea9927c
TcpSocket.js
@@ -8,7 +8,7 @@
8
9
'use strict';
10
11
-global.process = require('process'); // needed to make stream-browserify happy
+global.process = global.process || require('process'); // needed to make stream-browserify happy
12
var Buffer = global.Buffer = global.Buffer || require('buffer').Buffer;
13
14
var util = require('util');
0 commit comments