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
No known key found for this signature in database
GPG Key ID: F9B7B7D8130F3323

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