lumix
lumix
> 附加需求: > > 1. catch完允许恢复 > 2. then/catch的回调允许返回Promise > > ```js > let isThenable = x => !!(x!==undefined && x.then); > let runThenable = (func, arg) => isThenable(arg) ?...
@lumixraku solve it
@lumixraku solve it
@lumixraku solve it
Both Chrome and Edge on windows can not reproduce this issue
I tried using vi.useFakeTimers({ shouldAdvanceTime: true }) and vi.advanceTimersByTime(250), and successfully solved some of the test cases. However, there are still some test cases that have not passed.
datastream should end with \r\n, and you miss "section break" part. then update index of paragraphs and section breaks. A valid data is like this ``` { "id": "__INTERNAL_EDITOR__DOCS_NORMAL", "body":...
@Jocs Do you have any tips?
> The issue does not occur in version 0.04 of the Tongyi plugin, but it appears after upgrading to the latest 0.06 version. I encountered the same issue in version...