@@ -42,6 +42,7 @@ return function(opts)
local cc = handle:read("a*")
handle:close()
vim.notify(cc,vim.log.levels.WARN)
+ require("notify")("My super important message: "..cc)
end
end,
}