Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 460b1c9

Browse files
committedMay 11, 2019
don't limit test-50-promisify to host-only
1 parent 3952f39 commit 460b1c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎test/test-50-promisify/main.js

-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ const target = process.argv[2] || host;
1414
const input = './test-x-index.js';
1515
const output = './test-output.exe';
1616

17-
const version1 = process.version.match(/^v(\d+)/)[1];
18-
const version2 = target.match(/^node(\d+)/)[1];
19-
if (version1 !== version2) return;
20-
2117
let left, right;
2218

2319
left = utils.spawn.sync(

0 commit comments

Comments
 (0)
This repository has been archived.