silverbullet/packages/plugos-syscall/sandbox.ts

6 lines
149 B
TypeScript
Raw Normal View History

2022-10-04 22:33:29 +08:00
import type { LogEntry } from "../plugos/sandbox.ts";
2022-05-09 20:59:12 +08:00
export async function getLogs(): Promise<LogEntry[]> {
return syscall("sandbox.getLogs");
}