Fixes #470
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { syscall } from "./syscall.ts";
|
||||
|
||||
export function resetClient() {
|
||||
return syscall("debug.resetClient");
|
||||
}
|
||||
@@ -6,3 +6,4 @@ export * as system from "./system.ts";
|
||||
// Legacy redirect, use "store" in $sb/plugos-syscall/mod.ts instead
|
||||
export * as clientStore from "./store.ts";
|
||||
export * as sync from "./sync.ts";
|
||||
export * as debug from "./debug.ts";
|
||||
|
||||
Reference in New Issue
Block a user