From: Tom Hughes Date: Mon, 4 Jul 2022 17:44:39 +0000 (+0100) Subject: Fix syntax error X-Git-Url: https://git.openstreetmap.org./dns.git/commitdiff_plain/02dee1036aed92027f19b907e1cd0b86cd7ade4e Fix syntax error --- diff --git a/dnsconfig.js b/dnsconfig.js index e174049..eea20be 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -33,7 +33,7 @@ require("include/nominatim.js"); try { require("include/geo.js"); -} catch { +} catch (e) { var GEO_NS_RECORDS = []; }