重跑单测

This commit is contained in:
pianruijie 2022-12-05 16:58:00 +08:00
parent c724946db8
commit 8231ae3f66

View File

@ -223,6 +223,7 @@ export async function dispatchEvent(
await runActions(listener.actions, listener.renderer, rendererEvent);
checkExecuted();
}
// 停止后续监听器执行
if (rendererEvent.stoped) {
break;