forked from MapComplete/MapComplete
Refactoring: simplify preferences handling
This commit is contained in:
parent
cbad65b569
commit
6ebc0632a3
8 changed files with 228 additions and 161 deletions
|
@ -24,7 +24,7 @@ export default abstract class Script {
|
|||
})
|
||||
.catch((e) => {
|
||||
console.log(`ERROR in script ${process.argv[1]}:`, e)
|
||||
process.exit(1)
|
||||
// process.exit(1)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue