From 02dee1036aed92027f19b907e1cd0b86cd7ade4e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 4 Jul 2022 18:44:39 +0100 Subject: [PATCH] Fix syntax error --- dnsconfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []; } -- 2.43.2