We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f348b commit b0da400Copy full SHA for b0da400
lib/errors.js
@@ -16,6 +16,7 @@ class SpikeError extends Error {
16
this.id = args.id
17
this.message = args.err.message
18
this.stack = args.err.stack
19
+ if (!this.message) this.raw = args.err
20
}
21
22
exports.Error = SpikeError
0 commit comments