Gregg Tavares 5 лет назад
Родитель
Сommit
8ccdc6d34e
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      Gruntfile.js

+ 4 - 0
Gruntfile.js

@@ -2,6 +2,10 @@
 
 'use strict';
 
+process.on('unhandledRejection', up => {
+  throw up;
+});
+
 const fs = require('fs');
 const path = require('path');
 const semver = require('semver');