mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-13 07:53:20 -05:00
Updated error message, to show correct binary name
This commit is contained in:
parent
1474c73ddb
commit
3c856765ce
@ -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…
Reference in New Issue
Block a user