update process.js
This commit is contained in:
parent
c223ab1fdd
commit
7be6d6c6cc
|
@ -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')
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue