Commit f783a9c5 by xzyfer

Premptively account for module version 57

TODO(xzyfer): fix this post Node 8
parent 348a3b18
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment