1
0

Lots of tweaks

This commit is contained in:
Zef Hemel
2022-05-09 14:59:12 +02:00
parent 35dc75d94e
commit f6758dbbaf
25 changed files with 336 additions and 62 deletions
+5
View File
@@ -0,0 +1,5 @@
import type { LogEntry } from "@plugos/plugos/sandbox";
export async function getLogs(): Promise<LogEntry[]> {
return syscall("sandbox.getLogs");
}