From 84a05cf1fadd20bf575cba639c2cd35daaf7948b Mon Sep 17 00:00:00 2001 From: * <8> Date: Tue, 1 Mar 2022 15:02:21 +0800 Subject: [PATCH] Match-id-99793b5d61b440d8875b6b40e7386c0dcbe343d2 --- scripts/__tests__/jest/logUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/__tests__/jest/logUtils.js b/scripts/__tests__/jest/logUtils.js index bbfbeb38..4182b0ce 100644 --- a/scripts/__tests__/jest/logUtils.js +++ b/scripts/__tests__/jest/logUtils.js @@ -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; }