webpack / tapable

Just a little module for plugins.
MIT License
3.71k stars 393 forks source link

fix a AsyncParallelBailHook bug, the issue #138 #142

Closed double-chen closed 3 years ago

double-chen commented 3 years ago

AsyncParallelBailHook, I use tapAsync/callAsync, it doesn't work as expected. Then I tested it, the test didn't past, So I check every test case that failed. I think the snapshot of AsyncParallelBailHook is not right. Like callAsyncMultipleAsyncLateErrorEarlyResult1, the result shoud be value 7, but it was 'Error in async2' before. So I update snapshot of AsyncParallelBailHook.