mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-06 02:30:37 -08:00
Update gulfile
This commit is contained in:
parent
6d2afb992c
commit
30abb9c088
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ gulp.task("utils.requireCleanWorkingTree", cb => {
|
|||
if (output.length > 0) {
|
||||
console.error("\n\nYou have unstaged changes, please commit everything first!");
|
||||
console.error("Unstaged files:");
|
||||
console.error(output.join("\n"));
|
||||
console.error(output.map(x => "'" + x + "'").join("\n"));
|
||||
process.exit(1);
|
||||
}
|
||||
cb();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue