diff --git a/lua/note2cal/init.lua b/lua/note2cal/init.lua index 0fd105e..7bb4492 100644 --- a/lua/note2cal/init.lua +++ b/lua/note2cal/init.lua @@ -250,7 +250,7 @@ function M.schedule_events(events) end end, on_stderr = function(_, data) - if data and #data > 0 and data[1] ~= "" then + if data and #data > 0 and data[1] ~= "" and not data[1]:match("ApplePersistence=NO") then error_shown = true vim.schedule(function() vim.notify(