| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 281d7f7 commit 032c64f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -215,7 +215,7 @@ class Worker extends EventEmitter { | |||
| 215 | 215 | this[kDispose](); | |
| 216 | 216 | if (customErr) { | |
| 217 | 217 | debug(`[${threadId}] failing with custom error ${customErr} \ | |
| 218 | - and with reason {customErrReason}`); | ||
| 218 | + and with reason ${customErrReason}`); | ||
| 219 | 219 | this.emit('error', new errorCodes[customErr](customErrReason)); | |
| 220 | 220 | } | |
| 221 | 221 | this.emit('exit', code); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments