Gregg Tavares 4 years ago
parent
commit
8ccdc6d34e
1 changed files with 4 additions and 0 deletions
  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');