Gregg Tavares před 5 roky
rodič
revize
8ccdc6d34e
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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');