Skip to content

Commit 04b3118

Browse files
committed
compiled code change
1 parent 44a4721 commit 04b3118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

es5/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,6 @@ var client = managementApi.getClient({
129129
}).then(function (auth0) {
130130
tools.deploy(progress, context, auth0, new _storage2.default(stateFileName), config, {});
131131
}).catch(function (err) {
132-
console.error("Got this error: " + JSON.stringify(err));
132+
console.error("Got this error: " + JSON.stringify(err) + ", message: " + err.message);
133+
console.error("stack: " + err.stack);
133134
});

0 commit comments

Comments
 (0)