-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Labels
Description
Describe the bug
In the last task, reject does not trigger the onFinished event.
在最后一个任务调用 reject() 不会触发 onFinished 事件
Reproduction
System Info
System:
OS: Windows 11 10.0.26100
CPU: (28) x64 Intel(R) Core(TM) i7-14700K
Memory: 33.43 GB / 63.75 GB
Binaries:
Node: 22.21.0 - D:\Program Files\nodejs\node.EXE
Yarn: 1.22.21 - D:\Program Files\nodejs\yarn.CMD
npm: 10.9.4 - D:\Program Files\nodejs\npm.CMD
pnpm: 10.19.0 - C:\Users\PC\AppData\Roaming\npm\pnpm.CMD
Browsers:
Edge: Chromium (141.0.3537.85)
Firefox Developer Edition: 145.0 - C:\Program Files\Firefox Developer Edition\firefox.exe
Internet Explorer: 11.0.26100.1882
npmPackages:
@vueuse/components: ^14.0.0 => 14.0.0
@vueuse/core: ^14.0.0 => 14.0.0
@vueuse/electron: ^14.0.0 => 14.0.0
@vueuse/gesture: ^2.0.0 => 2.0.0
@vueuse/integrations: ^14.0.0 => 14.0.0
@vueuse/motion: ^3.0.3 => 3.0.3
@vueuse/router: ^4.11.2 => 4.11.2
@vueuse/rxjs: ^14.0.0 => 14.0.0
@vueuse/sound: ^2.1.3 => 2.1.3
vue: ^3.5.22 => 3.5.22Used Package Manager
npm
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a VueUse issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.