Increasing version, various small fixes.
Fixed launcher.js not checking the correct return value when verifying the configured Java executable. Removed debug logging from configmanager.js. Updated dependencies.
This commit is contained in:
@@ -104,7 +104,8 @@ document.getElementById('launch_button').addEventListener('click', function(e){
|
||||
setLaunchPercentage(0, 100)
|
||||
|
||||
AssetGuard._validateJavaBinary(jExe).then((v) => {
|
||||
if(v){
|
||||
console.log(v)
|
||||
if(v.valid){
|
||||
dlAsync()
|
||||
} else {
|
||||
asyncSystemScan()
|
||||
|
||||
Reference in New Issue
Block a user