test 2 commits pehle ka #5
Annotations
5 errors
Unhandled error:
language-server/src/features/workspace.js#L81
TypeError: File URL path must be absolute
❯ src/features/workspace.js:81:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_FILE_URL_PATH' }
This error originated in "src/features/document-settings.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "test default dialect". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
language-server/src/features/workspace.js#L81
TypeError: File URL path must be absolute
❯ src/features/workspace.js:81:24
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_FILE_URL_PATH' }
This error originated in "src/features/document-settings.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "test no dialect". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
language-server/src/features/workspace.js#L81
TypeError: File URL path must be absolute
❯ getPathFromURLWin32 node:internal/url:1433:11
❯ Proxy.fileURLToPath node:internal/url:1464:35
❯ src/features/workspace.js:81:24
❯ runNextTicks node:internal/process/task_queues:60:5
❯ processImmediate node:internal/timers:449:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_FILE_URL_PATH' }
This error originated in "src/features/document-settings.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "test unknown dialect". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
language-server/src/features/workspace.js#L81
TypeError: File URL path must be absolute
❯ getPathFromURLWin32 node:internal/url:1433:11
❯ Proxy.fileURLToPath node:internal/url:1464:35
❯ src/features/workspace.js:81:24
❯ runNextTicks node:internal/process/task_queues:60:5
❯ processImmediate node:internal/timers:449:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_FILE_URL_PATH' }
This error originated in "src/features/document-settings.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "test unknown dialect when default dialect is unknown". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
build (20.x)
Process completed with exit code 1.
|