mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Add log entry when ui.clearTerminal() is ran
This commit is contained in:
parent
472c9778df
commit
65889079b6
@ -112,6 +112,7 @@ export function NetscriptUserInterface(
|
||||
|
||||
clearTerminal: function (): void {
|
||||
updateRam("clearTerminal");
|
||||
workerScript.log("ui.clearTerminal", () => `Clearing terminal`);
|
||||
Terminal.clear();
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user