Unify error handling

This commit is contained in:
Snarling
2022-08-28 05:33:38 -04:00
parent 88505e9378
commit ba1a10b4f7
3 changed files with 72 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import { Settings } from "./Settings/Settings";
import { generate } from "escodegen";
import { dialogBoxCreate } from "./ui/React/DialogBox";
import { dialogBoxCreate} from "./ui/React/DialogBox";
import { arrayToString } from "./utils/helpers/arrayToString";
import { roundToTwo } from "./utils/helpers/roundToTwo";