Commit adcb63d
committed
fix: query-do executeLanceWholeFile inverted fragmentLoad return code check
fragmentLoad returns 0 on success (matching loadFragment wrapper at
wasm-engine.ts:777), but executeLanceWholeFile threw on 0 — meaning
valid Lance files without page metadata always failed. Inverted to
!== 0 to match the error-code convention.1 parent 68c28bb commit adcb63d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
898 | 898 | | |
899 | 899 | | |
900 | 900 | | |
| |||
0 commit comments