Fix mix command mixing 0 items #151
Annotations
5 errors and 1 warning
tests/integration/allCommandsBase.test.ts:
src/mahoji/commands/create.ts#L20
Error: ENOENT: no such file or directory, open './src/lib/data/creatablesTable.txt'
❯ Proxy.readFileSync node:fs:453:20
❯ src/mahoji/commands/create.ts:20:47
❯ tests/integration/allCommandsBase.test.ts:22:26
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: './src/lib/data/creatablesTable.txt' }
|
Node v20 - ubuntu-latest
Process completed with exit code 1.
|
Node v18.12.0 - ubuntu-latest
The job was canceled because "_20_ubuntu-latest" failed.
|
tests/integration/allCommandsBase.test.ts:
src/mahoji/commands/create.ts#L20
Error: ENOENT: no such file or directory, open './src/lib/data/creatablesTable.txt'
❯ Object.openSync node:fs:600:3
❯ Proxy.readFileSync node:fs:468:35
❯ src/mahoji/commands/create.ts:20:47
❯ tests/integration/allCommandsBase.test.ts:22:26
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, syscall: 'open', code: 'ENOENT', path: './src/lib/data/creatablesTable.txt' }
|
Node v18.12.0 - ubuntu-latest
The operation was canceled.
|
Node v20 - ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|