Skip to content

Commit 9d0813d

Browse files
committed
Publish 2024-10-21
1 parent fe9446d commit 9d0813d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
import {country, isPCountry} from './locales.js';
33

4-
const ERROR_HANDLING_ENABLED = true;
4+
const ERROR_HANDLING_ENABLED = false;
55

66
/** @type {WeakSet<Element>} */
77
const handledElements = new WeakSet();

0 commit comments

Comments
 (0)