Skip to content

Commit 7596f0d

Browse files
[autofix.ci] apply automated fixes
1 parent 09b2329 commit 7596f0d

7 files changed

Lines changed: 48 additions & 31 deletions

File tree

capture/output/nuxt-dev-restart.svg

Lines changed: 23 additions & 14 deletions
Loading

capture/output/nuxt-dev-restart.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
styles: ec987ac361ecb631
1+
styles: 83c4bfd9f45c6425
22
press h + enter to see available shortcuts
33
➜ DevTools: press Shift + Alt + D in the browser (x.y.z)
44
➜ Local: http://localhost:3000/
5-
➜ Network: http://192.168.1.10:3000/ [QR code]
5+
➜ Network: use --host to expose
66
ℹ Re-optimizing dependencies because vite config has changed
77
ℹ Re-optimizing dependencies because vite config has changed (x2)
88
ℹ Vite client warmed up in 42 ms

capture/output/nuxt-dev-static.svg

Lines changed: 1 addition & 1 deletion
Loading

capture/output/nuxt-dev-static.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
styles: 7b0a9ccea96e18bf
1+
styles: 4eeca6108c97ac69
22
press h + enter to see available shortcuts
33
➜ DevTools: press Shift + Alt + D in the browser (x.y.z)
44
➜ Local: http://localhost:3000/
5-
➜ Network: http://192.168.1.10:3000/ [QR code]
5+
➜ Network: use --host to expose
66
ℹ Vite client warmed up in 42 ms
77
ℹ Vite server warmed up in 42 ms
88

capture/output/nuxt-dev.svg

Lines changed: 17 additions & 9 deletions
Loading

capture/output/nuxt-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
styles: 7b0a9ccea96e18bf
1+
styles: 4eeca6108c97ac69
22
press h + enter to see available shortcuts
33
➜ DevTools: press Shift + Alt + D in the browser (x.y.z)
44
➜ Local: http://localhost:3000/
5-
➜ Network: http://192.168.1.10:3000/ [QR code]
5+
➜ Network: use --host to expose
66
ℹ Vite client warmed up in 42 ms
77
ℹ Vite server warmed up in 42 ms
88

capture/record.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async function runCapture(capture: Capture): Promise<void> {
154154
if (!capture.stopAfterDrive) {
155155
let timer: NodeJS.Timeout | undefined
156156
const timedOut = new Promise<{ timedOut: true, code: null }>((resolve) => {
157-
timer = setTimeout(() => resolve({ timedOut: true, code: null }), 240_000)
157+
timer = setTimeout(resolve, 240_000, { timedOut: true, code: null })
158158
})
159159
const result = await Promise.race([
160160
session.exited.then(code => ({ timedOut: false, code })),

0 commit comments

Comments
 (0)