Skip to content

Commit 3b07432

Browse files
Update packages/child/observers/mutation.js
Co-authored-by: Copilot <[email protected]>
1 parent 34951d6 commit 3b07432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/child/observers/mutation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const createProcessMutations = (callback) => () => {
4747
event('MutationDelay')
4848
info('Update delayed due to heavy workload on the callStack')
4949
info(
50-
`EventLoop busy time: %c${round(delay)}ms %c> Max wait: %c${delayLimit - 2}ms`,
50+
`EventLoop busy time: %c${round(delay)}ms %c> Max wait: %c${delayLimit - DELAY_MARGIN}ms`,
5151
HIGHLIGHT,
5252
FOREGROUND,
5353
HIGHLIGHT,

0 commit comments

Comments
 (0)