Add log entry when ui.clearTerminal() is ran

This commit is contained in:
Zoë Hoekstra
2022-05-06 12:41:02 +02:00
parent 472c9778df
commit 65889079b6

View File

@@ -112,6 +112,7 @@ export function NetscriptUserInterface(
clearTerminal: function (): void {
updateRam("clearTerminal");
workerScript.log("ui.clearTerminal", () => `Clearing terminal`);
Terminal.clear();
},
};