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

Commit f783a9c

Browse files
committed
Premptively account for module version 57
TODO(xzyfer): fix this post Node 8
1 parent 348a3b1 commit f783a9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/extensions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function getHumanNodeVersion(abi) {
7070
case 48: return 'Node.js 6.x';
7171
case 51: return 'Node.js 7.x';
7272
case 55: return 'Node.js 8.x';
73+
case 57: return 'Node.js 8.x';
7374
default: return false;
7475
}
7576
}

0 commit comments

Comments
 (0)