Skip to content

Commit

Permalink
Disable os.tmpdir warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Oct 26, 2018
1 parent e630247 commit b7771c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,3 +448,6 @@ module.exports = function(grunt) {
}
});
};

// Disable Deprecation Warnings
var os = require('os'); os.tmpDir = os.tmpdir;

0 comments on commit b7771c9

Please sign in to comment.