qemu: arreglar types
This commit is contained in:
parent
a74af935ac
commit
db7ae846f7
1 changed files with 1 additions and 1 deletions
2
qemu.ts
2
qemu.ts
|
@ -7,7 +7,7 @@ import { Kernel } from "./kernel.js";
|
|||
export async function runQemu(
|
||||
squashfs: string,
|
||||
kernel: Kernel,
|
||||
{ graphic, noShutdown }: { graphic: boolean; noShutdown: boolean } = {
|
||||
{ graphic, noShutdown }: { graphic?: boolean; noShutdown?: boolean } = {
|
||||
graphic: true,
|
||||
noShutdown: false,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue