disable scraper disabling
This commit is contained in:
parent
0a320945a0
commit
aae98a5796
9 changed files with 88 additions and 166 deletions
|
|
@ -4,7 +4,6 @@ local utils = require('cp.utils')
|
|||
|
||||
local function syshandle(result)
|
||||
if result.code ~= 0 then
|
||||
vim.print(('<%s>'):format(result.stderr))
|
||||
local msg = 'Scraper failed: ' .. (result.stderr or 'Unknown error')
|
||||
return { success = false, error = msg }
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue