update process.js

This commit is contained in:
Hugh Rundle 2025-02-22 14:16:58 +11:00
parent c223ab1fdd
commit 7be6d6c6cc
Signed by: hugh
GPG key ID: A7E35779918253F9

View file

@ -29,7 +29,7 @@ fs.createReadStream(`${data_directory}/library_services_information.csv`)
try { try {
fs.writeFileSync(`${data_directory}/boundaries.topo.json`, JSON.stringify(data)) fs.writeFileSync(`${data_directory}/boundaries.topo.json`, JSON.stringify(data))
} catch (err) { } catch (err) {
console.err('ERROR writing topo file') console.error('ERROR writing topo file')
} }
console.log('topo updated') console.log('topo updated')
}) })