This commit is contained in:
Wyatt Johnson
2018-05-02 10:17:41 -06:00
parent 26b9dcdaa9
commit 7c16ae2220
+2
View File
@@ -64,3 +64,5 @@ process.on('unhandledRejection', err => {
console.error(err);
process.exit(1);
});
module.exports = util;