Created
July 5, 2012 21:22
-
-
Save talos/3056564 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/r.js b/r.js | |
index 846a2d9..24962f9 100644 | |
--- a/r.js | |
+++ b/r.js | |
@@ -3142,7 +3142,7 @@ define('node/print', ['fs'], function (fs) { | |
'use strict'; | |
function print(msg) { | |
fs.writeSync(process.stdout.fd, msg + '\n'); | |
- fs.fsyncSync(process.stdout.fd); | |
+ //fs.fsyncSync(process.stdout.fd); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment