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.
1 parent c302945 commit 6f5a1daCopy full SHA for 6f5a1da
lib/XMLHttpRequest.js
@@ -481,7 +481,6 @@ exports.XMLHttpRequest = function() {
481
+ "req.end();";
482
// Start the other Node Process, executing this string
483
var syncProc = spawn(process.argv[0], ["-e", execString]);
484
- var statusText;
485
while(fs.existsSync(syncFile)) {
486
// Wait while the sync file is empty
487
}
@@ -491,7 +490,6 @@ exports.XMLHttpRequest = function() {
491
490
// Remove the temporary file
492
fs.unlinkSync(contentFile);
493
494
- console.log(self.responseText);
495
if (resp.err) {
496
self.handleError(resp.err);
497
} else {
0 commit comments