This file contains hidden or 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
// warning: unknown from_map 0xab8cf408e01 | |
// warning: unknown from_map 0xab8cf40a4b1 | |
// warning: unknown from_map 0xab8cf40b8a1 | |
// warning: unknown from_map 0xab8cf408251 | |
// warning: unknown from_map 0xab8cf409959 | |
// warning: unknown from_map 0xab8cf409a61 | |
// warning: unknown from_map 0xab8cf409b69 | |
// warning: unknown from_map 0xab8cf409c71 | |
// warning: unknown from_map 0xab8cf409d79 | |
// warning: unknown from_map 0xab8cf40a141 |
This file contains hidden or 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/lib/net.js b/lib/net.js | |
index f75c9b2..8348df4 100644 | |
--- a/lib/net.js | |
+++ b/lib/net.js | |
@@ -1166,9 +1166,10 @@ function createServerHandle(address, port, addressType, fd) { | |
// Try binding to ipv6 first | |
err = handle.bind6('::', port); | |
if (err) { | |
+ debug('ipv6 bind error %s', err); | |
handle.close(); |
This file contains hidden or 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
'use strict' | |
const net = require('net') | |
const server = net.createServer((sock) => { | |
throw new Error('boom') | |
}).listen(8123, () => { | |
net.connect(8123) | |
}) |
This file contains hidden or 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
'use strict' | |
const log = require('npmlog') | |
log.stream = process.stdout | |
// now it logs writes to stdout instead of stderr |
This file contains hidden or 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
From 27424988e754bd0dcc752be68e5d36eed96cdeaf Mon Sep 17 00:00:00 2001 | |
From: Evan Lucas <[email protected]> | |
Date: Wed, 3 Feb 2016 13:05:08 -0600 | |
Subject: [PATCH] node: define tty methods for child_processes | |
--- | |
src/node.js | 7 +++++++ | |
1 file changed, 7 insertions(+) | |
diff --git a/src/node.js b/src/node.js |
This file contains hidden or 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
'use strict' | |
const ITER = 1e6 | |
var t = process.hrtime() | |
for (var i = 0; i < ITER; i++) { | |
// put your call here | |
// isUUID(a valid uuid) | |
} |
This file contains hidden or 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
'use strict' | |
const http = require('http') | |
http.createServer((req, res) => { | |
res.end() | |
}).listen(8000, (err) => { | |
if (err) throw err | |
}) |
This file contains hidden or 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
$ node | |
> process.env.THING = null; process.env.THING; | |
'null' |
This file contains hidden or 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
(function(global, binding, v8) { | |
function EventEmitter() { | |
EventEmitter.init.call(this) | |
} | |
EventEmitter.prototype._events = undefined | |
EventEmitter.init = function() {} | |
}) |
This file contains hidden or 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
tarballs//acs-1.0.24/lib/nettle.js:var Module = require('module').Module; | |
tarballs//acsjin-1.1.6/lib/nettle.js:var Module = require('module').Module; | |
tarballs//allone-0.5.5/modules/spm/node_modules/grunt/node_modules/nodeunit/node_modules/tap/node_modules/runforcover/index.js: Module = require('module').Module, | |
tarballs//allone-0.5.5/modules/spm/node_modules/npm/node_modules/init-package-json/node_modules/promzard/promzard.js:var Module = require('module').Module | |
tarballs//app-module-path-1.0.2/lib/index.js:var Module = require('module').Module; | |
tarballs//axle-0.2.1/bin/axle:var Module = require('module').Module | |
tarballs//biojs-vis-blast-0.1.5/node/deps/npm/node_modules/init-package-json/node_modules/promzard/promzard.js:var Module = require('module').Module | |
tarballs//bpmn-0.2.0/lib/handler.js: var Module = require('module').Module; | |
tarballs//brackets-coffeelint-1.9.4/domain.js: require('module').Module._initPaths(); | |
tarballs//brackets-eslint-0.21.0/domain.js: require('module').Module._initPaths(); |