Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/console.js')
-rw-r--r--lib/console.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/console.js b/lib/console.js
index 873d27c4e89..7c6134a47e8 100644
--- a/lib/console.js
+++ b/lib/console.js
@@ -19,7 +19,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-var writeError = process.binding('stdio').writeError;
+var writeError = process.writeError;
var util = require('util');
exports.log = function() {