Gregg Tavares пре 5 година
родитељ
комит
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');