SilverBullet pivot to become an offline-first PWA (#403)
This commit is contained in:
@@ -3,6 +3,6 @@ import { syscall } from "./syscall.ts";
|
||||
export function run(
|
||||
cmd: string,
|
||||
args: string[],
|
||||
): Promise<{ stdout: string; stderr: string }> {
|
||||
): Promise<{ stdout: string; stderr: string; code: number }> {
|
||||
return syscall("shell.run", cmd, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user