]> git.openstreetmap.org Git - dns.git/commitdiff
Fix syntax error
authorTom Hughes <tom@compton.nu>
Mon, 4 Jul 2022 17:44:39 +0000 (18:44 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 4 Jul 2022 17:44:39 +0000 (18:44 +0100)
dnsconfig.js

index e174049f77a6d24854975fbbc2fb2b837c3e7f9c..eea20be783d0a9ac5c5e4249a76d56f3cbdef26c 100644 (file)
@@ -33,7 +33,7 @@ require("include/nominatim.js");
 
 try {
   require("include/geo.js");
-} catch {
+} catch (e) {
   var GEO_NS_RECORDS = [];
 }