diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/utils.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.js b/src/utils.js index e63297e..de052f5 100644 --- a/src/utils.js +++ b/src/utils.js @@ -380,8 +380,10 @@ function updatevp(autoinstall) { // however it'll be added at some point. function launch(version) { if (process.platform == "linux") { + winAlert(lang("cli.launch.linuxerror")) console.error("error:", lang("cli.launch.linuxerror")) cli.exit(1); + return; } process.chdir(settings.gamepath); |