Lots of tweaks
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import type { LogEntry } from "@plugos/plugos/sandbox";
|
||||
|
||||
export async function getLogs(): Promise<LogEntry[]> {
|
||||
return syscall("sandbox.getLogs");
|
||||
}
|
||||
Reference in New Issue
Block a user