Provide a slightly more user friendly error message

This commit is contained in:
Samuel Attard 2017-02-10 00:52:26 +11:00 коммит произвёл Lukas Geiger
Родитель ab1ad5ad88
Коммит e0bcd185ee
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@ function getAbi (target, runtime) {
if (/^0\.[2-8]/.test(target)) return '1'
}
throw new Error('Could not detect abi for version ' + target + ' and runtime ' + runtime)
throw new Error('Could not detect abi for version ' + target + ' and runtime ' + runtime + '. Updating "node-abi" might help solve this issue if it is a new release of ' + runtime)
}
function getTarget (abi, runtime) {