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

Commit

Permalink
Premptively account for module version 57
Browse files Browse the repository at this point in the history
TODO(xzyfer): fix this post Node 8
  • Loading branch information
xzyfer committed May 16, 2017
1 parent 348a3b1 commit f783a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function getHumanNodeVersion(abi) {
case 48: return 'Node.js 6.x';
case 51: return 'Node.js 7.x';
case 55: return 'Node.js 8.x';
case 57: return 'Node.js 8.x';
default: return false;
}
}
Expand Down

0 comments on commit f783a9c

Please sign in to comment.