forked from MapComplete/MapComplete
Add glutenfree theme, fix #2031, some other improvements to fix output
This commit is contained in:
parent
29ee4ae155
commit
f4fc954564
8 changed files with 41 additions and 16 deletions
|
@ -22,7 +22,7 @@ export default abstract class Script {
|
|||
const green = (s) => "\x1b[92m" + s + "\x1b[0m"
|
||||
console.log(green("All done! (" + millisNeeded + " ms)"))
|
||||
})
|
||||
.catch((e) => console.log("ERROR:", e))
|
||||
.catch((e) => console.log("ERROR in script:", e))
|
||||
}
|
||||
|
||||
public printHelp() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue