feat: support AggregateError#69
Conversation
|
The problem with aggregate error is that it accepts pretty much anything, so if you push an array of logger errors then it looks like this: Meniole/plugin-template#1 (comment) Corresponding code: throw new AggregateError([new Error("error 1"), new Error("error 2"), logger.error("logger error"), new RangeError("range error")]);But I think it would be the |
|
@whilefoo using the same code snippet in mentioned before, I pulled the latest version and now it seems to look like: Am I missing something? I cleaned lock files and |
|
Works for me: ubiquibot-whilefoo-testing/testing#19 (comment) |
|
@gentlementlegen okay to merge? |
|
@whilefoo Oops sorry forgot to test again, will give it another go and merge if it goes well. |
|
New QA from my side: Meniole/plugin-template#3 (comment) Seems to work fine, thank you for the fix and sorry for the delay, might have been some residue in my |
Resolves #64
QA: ubiquibot-whilefoo-testing/testing#19 (comment)