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

Commit 3ab7a16

Browse files
committedApr 23, 2018
Fix Node 10 check
1 parent 1676810 commit 3ab7a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/extensions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function getHumanNodeVersion(abi) {
7575
case 53: return 'Electron 1.6.x';
7676
case 57: return 'Node.js 8.x';
7777
case 59: return 'Node.js 9.x';
78-
case 63: return 'Node.js 10.x';
78+
case 64: return 'Node.js 10.x';
7979
default: return false;
8080
}
8181
}

0 commit comments

Comments
 (0)
This repository has been archived.