mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 11:58:37 +02:00
newline add
This commit is contained in:
parent
7e9f944d4b
commit
664f9e2cdd
1 changed files with 2 additions and 1 deletions
|
@ -46,4 +46,5 @@ packager(options)
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.error("There was an error writing the packaged console: " + error.message);
|
console.error("There was an error writing the packaged console: " + error.message);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue