Skip to content

Commit a2c6553

Browse files
committed
ci: debug log
1 parent d9c3f18 commit a2c6553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dev_server.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ test.group('DevServer', () => {
218218
await fs.createJson('tsconfig.json', { include: ['**/*'], exclude: [] })
219219
await fs.create(
220220
'bin/server.ts',
221-
`process.send({ type: 'hot-hook:full-reload', path: "${filePath}" });`
221+
`process.send({ type: 'hot-hook:full-reload', path: "${filePath.replace(/\//g, '\\/')}" });`
222222
)
223223
await fs.dump('bin/server.ts')
224224
await fs.create('start/routes.ts', ``)

0 commit comments

Comments
 (0)