From 7be6d6c6ccfb0608f2944c547dfdea6e03827282 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Sat, 22 Feb 2025 14:16:58 +1100 Subject: [PATCH] update process.js --- process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.js b/process.js index da505f5..9ef291c 100644 --- a/process.js +++ b/process.js @@ -29,7 +29,7 @@ fs.createReadStream(`${data_directory}/library_services_information.csv`) try { fs.writeFileSync(`${data_directory}/boundaries.topo.json`, JSON.stringify(data)) } catch (err) { - console.err('ERROR writing topo file') + console.error('ERROR writing topo file') } console.log('topo updated') })