Skip to content

Commit fa01ceb

Browse files
committed
Publish 2024-10-16
1 parent c575b76 commit fa01ceb

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 = false;
4+
const ERROR_HANDLING_ENABLED = true;
55

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

0 commit comments

Comments
 (0)