fix: --vision (#51)

This commit is contained in:
Simon Knott
2025-03-27 15:26:37 +01:00
committed by GitHub
parent 4e64373168
commit 702fa0bdf3

View File

@@ -42,6 +42,7 @@ program
const server = createServer({
userDataDir: options.userDataDir ?? await userDataDir(),
launchOptions,
vision: !!options.vision,
});
setupExitWatchdog(server);