mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
[refactor] Moved "exceptionAlert" to its own TS file
Since this is a UI only function, when Web Workers are introduced this call chain will not be allowed on the backend.
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
import {dialogBoxCreate} from "../utils/DialogBox";
|
||||
import {gameOptionsBoxOpen, gameOptionsBoxClose}from "../utils/GameOptions";
|
||||
import {clearEventListeners, createElement,
|
||||
removeChildrenFromElement,
|
||||
exceptionAlert} from "../utils/HelperFunctions";
|
||||
removeChildrenFromElement} from "../utils/HelperFunctions";
|
||||
import {exceptionAlert} from "../utils/helpers/exceptionAlert";
|
||||
import numeral from "numeral/min/numeral.min";
|
||||
import {formatNumber,
|
||||
convertTimeMsToTimeElapsedString,
|
||||
|
||||
Reference in New Issue
Block a user