mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 03:47:03 +02:00
Fix lit files, reallow html alerts
This commit is contained in:
@@ -1778,7 +1778,7 @@ const base: InternalAPI<NS> = {
|
||||
(ctx: NetscriptContext) =>
|
||||
(_message: unknown): void => {
|
||||
const message = helpers.string(ctx, "message", _message);
|
||||
dialogBoxCreate(message);
|
||||
dialogBoxCreate(message, true);
|
||||
},
|
||||
toast:
|
||||
(ctx: NetscriptContext) =>
|
||||
|
||||
Reference in New Issue
Block a user