We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863cb19 commit c0ab46eCopy full SHA for c0ab46e
autoload/lumen.vim
@@ -112,6 +112,7 @@ func lumen#fork_job()
112
let options = #{on_stdout: function('lumen#on_stdout'), on_stderr: function('lumen#on_stderr'), on_exit: function('lumen#on_exit')}
113
silent! let s:job = jobstart(command, options)
114
if s:job == 0 || s:job == -1
115
+ call lumen#debug#log_err('jobstart() failed: ' . v:errmsg)
116
call lumen#on_exit(0, 256 - s:job, 0)
117
endif
118
else
0 commit comments