Set up the skeleton of an ns.closeTail function

This commit is contained in:
Undeemiss
2022-05-16 19:15:38 -05:00
parent 0121fee6e4
commit 5526355a43
3 changed files with 24 additions and 0 deletions
+2
View File
@@ -131,6 +131,8 @@ function LogWindow(props: IProps): React.ReactElement {
return () => clearInterval(id);
}, []);
//TODO Not actually a todo I just want this file to show up as changed
//so I can find it easier later
function kill(): void {
killWorkerScript(script, script.server, true);
}