@hoth/utils
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -13,3 +13,3 @@ "use strict"; | ||
if (message instanceof Error) { | ||
console.log(message); | ||
console.log(message.stack); | ||
return process.exit(1); | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "@hoth/utils", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "utils plugin for hoth framework", | ||
@@ -32,3 +32,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "6130a0cf6611b7a61f584e966579ec02a0f7f512" | ||
"gitHead": "f88eee388c4c6c036c80f7e9b5cbb2823c75fb7e" | ||
} |
Sorry, the diff of this file is not supported yet
5343
7