[Pkg-javascript-commits] [node-string-decoder] 09/27: pulled in changes from Node 0.11.10
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 11 15:12:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-string-decoder.
commit 06bb4afbf163c9e1acd14125618784f9513f39d9
Author: Rod Vagg <rod at vagg.org>
Date: Sat Jan 18 16:28:38 2014 +1100
pulled in changes from Node 0.11.10
---
test/common.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/test/common.js b/test/common.js
index ed5ff08..9af8964 100644
--- a/test/common.js
+++ b/test/common.js
@@ -30,8 +30,10 @@ exports.PORT = +process.env.NODE_COMMON_PORT || 12346;
if (process.platform === 'win32') {
exports.PIPE = '\\\\.\\pipe\\libuv-test';
+ exports.opensslCli = path.join(process.execPath, '..', 'openssl-cli.exe');
} else {
exports.PIPE = exports.tmpDir + '/test.sock';
+ exports.opensslCli = path.join(process.execPath, '..', 'openssl-cli');
}
var util = require('util');
@@ -97,6 +99,7 @@ process.on('exit', function() {
clearInterval,
typeof clearImmediate == 'undefined' ? null : clearImmediate,
console,
+ constructor, // Enumerable in V8 3.21.
Buffer,
process,
global].filter(Boolean);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-string-decoder.git
More information about the Pkg-javascript-commits
mailing list