mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 08:25:00 -04:00
more meaningful error message on parse errors
This commit is contained in:
parent
732a152f77
commit
796552edbf
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ try
|
|||
}
|
||||
catch(e)
|
||||
{
|
||||
console.error("There is a syntax error in your settings.ym file");
|
||||
console.error(e.message);
|
||||
console.error("There is a syntax error in your settings.yml file");
|
||||
console.error(e.toString());
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue