-
-
Notifications
You must be signed in to change notification settings - Fork 179
fix(uglify/worker): better {Error}
handling
#244
Conversation
Could you please show a screenshot of the output ? Nice if it already works with this elegant change :) |
Also the |
@michael-ciniawsky what do you mean? 😄 |
A screenshot/logs of the {Error} and what does the worker return as |
Could we clearify if this definitely fixes the |
47afba4
to
ba16f72
Compare
ba16f72
to
376aedf
Compare
@michael-ciniawsky this solution don't works because we can't build |
Can you explain this a bit more detailed please :) ? The Uglify[Worker]Error.js class Uglify[Worker]Error extends Error {
constructor (serialized) {
const err = JSON.parse(serialized)
this.name = err.name
this.message = `\n\n(${err.line}:${err.column}) ${err.message}...\n`
Error.captureStackTrace(this, this.constructor)
}
}
module.exports = Uglify[Worker]Error |
Please rebase with current master |
@evilebottnawi Status? :) |
@michael-ciniawsky apparently something was wrongly installed or configured, the problem is no longer there |
No description provided.