mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 20:51:30 +03:00
HOTFIX undefined if checkJava errors
This commit is contained in:
parent
2fb4386a5d
commit
d60dcf0209
4 changed files with 7 additions and 4 deletions
|
@ -24,7 +24,7 @@ class Handler {
|
|||
if(error) {
|
||||
resolve({
|
||||
run: false,
|
||||
message: e
|
||||
message: error
|
||||
})
|
||||
}
|
||||
this.client.emit('debug', `[MCLC]: Using Java version ${stderr.match(/"(.*?)"/).pop()} ${stderr.includes('64-Bit') ? '64-bit': '32-Bit'}`);
|
||||
|
|
Loading…
Add table
Reference in a new issue