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(
|
export async function runQemu(
|
||||||
squashfs: string,
|
squashfs: string,
|
||||||
kernel: Kernel,
|
kernel: Kernel,
|
||||||
{ graphic, noShutdown }: { graphic: boolean; noShutdown: boolean } = {
|
{ graphic, noShutdown }: { graphic?: boolean; noShutdown?: boolean } = {
|
||||||
graphic: true,
|
graphic: true,
|
||||||
noShutdown: false,
|
noShutdown: false,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue