Gregg Tavares 5 anni fa
parent
commit
8ccdc6d34e
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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');