forked from MapComplete/MapComplete
Refactoring: refactoring of all Conversions
This commit is contained in:
parent
4e8dfc0026
commit
f2863cdf17
38 changed files with 1177 additions and 1269 deletions
|
@ -13,7 +13,9 @@ export default abstract class Script {
|
|||
ScriptUtils.fixUtils()
|
||||
const args = [...process.argv]
|
||||
args.splice(0, 2)
|
||||
this.main(args).then((_) => console.log("All done"))
|
||||
this.main(args)
|
||||
.then((_) => console.log("All done"))
|
||||
.catch((e) => console.log("ERROR:", e))
|
||||
}
|
||||
|
||||
public printHelp() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue