Skip to content

Instantly share code, notes, and snippets.

@talos
Created July 5, 2012 21:22
Show Gist options
  • Save talos/3056564 to your computer and use it in GitHub Desktop.
Save talos/3056564 to your computer and use it in GitHub Desktop.
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