Fixes #470
This commit is contained in:
+5
-1
@@ -1,4 +1,4 @@
|
||||
import { editor, markdown } from "$sb/silverbullet-syscall/mod.ts";
|
||||
import { debug, editor, markdown } from "$sb/silverbullet-syscall/mod.ts";
|
||||
|
||||
export async function parsePageCommand() {
|
||||
console.log(
|
||||
@@ -10,3 +10,7 @@ export async function parsePageCommand() {
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
export async function resetClientCommand() {
|
||||
await debug.resetClient();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user