Match-id-99793b5d61b440d8875b6b40e7386c0dcbe343d2

This commit is contained in:
* 2022-03-01 15:02:21 +08:00 committed by *
parent 9ca104278e
commit 84a05cf1fa
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const getAndClearValue = () => {
const reset = () => {
if (isWorking) {
throw new Error('Cannot reset while already flushing work.');
throw new Error('Cannot reset. There is a working task.');
}
dataArray = null;
}