Transition from sendEvent to syscall event.dispatch
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ export async function showLogsCommand() {
|
||||
serverDiv.scrollTop = serverDiv.scrollHeight;
|
||||
|
||||
self.close = () => {
|
||||
sendEvent("log:hide");
|
||||
syscall("event.dispatch", "log:hide");
|
||||
};
|
||||
|
||||
syscall("system.getEnv").then((env) => {
|
||||
|
||||
Reference in New Issue
Block a user