mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Updated error message, to show correct binary name
This commit is contained in:
parent
1474c73ddb
commit
3c856765ce
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ else
|
|||
if (translation[lang.split('-')[0]] == null)
|
||||
{
|
||||
console.log('Language: ' + lang + ' is not translated.');
|
||||
console.log("try: './meshcentral -lang=en' for English");
|
||||
console.log("try: './"+ process.execPath.split('/').pop() + " -lang=en' for English");
|
||||
console.log("See the agent-translations.json file for a list of current languages that are implemented.")
|
||||
process.exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue