Improve build scripts, strip more fs-extras

This commit is contained in:
The Arcane Brony
2021-12-21 21:49:58 +01:00
parent 02235067f9
commit a12c372f04
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ Commit Hash: ${
? `${cyan(commit)} (${yellow(commit.slice(0, 7))})`
: "Unknown (Git cannot be found)"
}
Cores: ${cyan(cores)}
Cores: ${cyan(os.cpus().length)} (Using ${cores} thread(s).)
`)
);