Gregg Tavares hace 5 años
padre
commit
8ccdc6d34e
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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');

粤ICP备19079148号