fix (hopefully) topo conversion script #203

Merged
hugh merged 2 commits from wagga into main 2025-02-22 14:19:30 +11:00
Showing only changes of commit 7be6d6c6cc - Show all commits

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