fix: recover an unlinked live daemon registry #77
Annotations
5 errors and 1 warning
|
vitest
Process completed with exit code 1.
|
|
[unit] tests/nesting.test.ts:
tests/nesting.test.ts#L16
Error: ENOTEMPTY: directory not empty, rmdir '/tmp/pv-2klDs5/pty-nesting-VkCgh8'
❯ tests/nesting.test.ts:16:6
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -39, code: 'ENOTEMPTY', syscall: 'rmdir', path: '/tmp/pv-2klDs5/pty-nesting-VkCgh8' }
|
|
[pty] tests/screenshot.test.ts > screenshot: alternate screen buffer > main buffer is restored after alternate screen exits:
tests/screenshot.test.ts#L719
AssertionError: expected 'main-buffer-text\nalt-screen-only' not to contain 'alt-screen-only'
- Expected
+ Received
+ main-buffer-text
alt-screen-only
❯ tests/screenshot.test.ts:719:25
|
|
[pty] tests/screenshot.test.ts > screenshot: alternate screen buffer > main buffer is restored after alternate screen exits:
tests/screenshot.test.ts#L719
AssertionError: expected '\nalt-screen-onlymain-buffer-text' not to contain 'alt-screen-only'
- Expected
+ Received
- alt-screen-only
+
+ alt-screen-onlymain-buffer-text
❯ tests/screenshot.test.ts:719:25
|
|
[pty] tests/screenshot.test.ts > screenshot: alternate screen buffer > main buffer is restored after alternate screen exits:
tests/screenshot.test.ts#L719
AssertionError: expected 'main-buffer-text\nalt-screen-only' not to contain 'alt-screen-only'
- Expected
+ Received
+ main-buffer-text
alt-screen-only
❯ tests/screenshot.test.ts:719:25
|
|
vitest
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|