Fix: typo
This commit is contained in:
parent
691631ec53
commit
18c52c0e38
|
@ -421,7 +421,7 @@ const APPLY = (() => {
|
||||||
const now = performance.now();
|
const now = performance.now();
|
||||||
if (now - lastCalledTime < 1000) {
|
if (now - lastCalledTime < 1000) {
|
||||||
if (continuousCalledCount >= 5) {
|
if (continuousCalledCount >= 5) {
|
||||||
throw new Error('The page keep generating mutations, skip the event.');
|
throw new Error('The page keeps generating mutations. Skip the event.');
|
||||||
}
|
}
|
||||||
continuousCalledCount++;
|
continuousCalledCount++;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user