This commit is contained in:
Mathias Buus 2015-12-09 16:30:46 +01:00
Родитель 3ce46663b9
Коммит b152f6d215
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -31,7 +31,7 @@ var paths = {
if (!paths[platform]) throw new Error('Unknown platform: ' + platform)
if (installedVersion === version && fs.existsSync(paths[platform])) {
return
process.exit(0)
}
// downloads if not cached