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 {
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')
})