Added debug options in package folder for manager

This commit is contained in:
Pax1601
2024-01-04 11:05:47 +01:00
parent a512b0e405
commit 38027b6ff3
13 changed files with 58 additions and 18 deletions

View File

@@ -367,7 +367,8 @@ class DCSInstance {
() => {
location.reload();
},
() => {
(err) => {
console.error(err)
showErrorPopup("An error has occurred while uninstalling the Olympus instance. Make sure Olympus and DCS are not running.", () => {
location.reload();
});