lite-xl / lite-xl-plugin-manager

A lite-xl plugin manager.
Other
102 stars 14 forks source link

`update-checksums` errors out #90

Closed Guldoman closed 6 months ago

Guldoman commented 6 months ago

Since ff74a1c64d5069831d3f52e2a79d095f35285633 lpm update-checksums manifest.json thows up:

Computing checksum for lsp_c (https://github.com/clangd/clangd/releases/download/17.0.3/clangd-linux-17.0.3.zip)...
.../src/lpm.lua:428: bad argument #1 to 'stat' (string expected, got nil)
stack traceback:
    [C]: in field 'stat'
    .../src/lite-xl-plugin-manager/src/lpm.lua:428: in field 'copy'
    .../src/lite-xl-plugin-manager/src/lpm.lua:586: in function <.../src/lite-xl-plugin-manager/src/lpm.lua:561>
    (...tail calls...)
    .../src/lite-xl-plugin-manager/src/lpm.lua:2499: in function <.../src/lite-xl-plugin-manager/src/lpm.lua:2110>
    [C]: in function 'xpcall'
    .../src/lite-xl-plugin-manager/src/lpm.lua:2110: in main chunk
adamharrison commented 6 months ago

4ac6bf5?

Guldoman commented 6 months ago

All good now, thanks!