When browsersync.stop() is called the log function prints the jobs id, but when vim.fn.jobstart calls the on_exit handler job is nil.
job is being set to nil later in stop function but from what i searched jobstop is synchronous so don't think that is a problem. Not sure if what is happening
When browsersync.stop() is called the log function prints the jobs id, but when vim.fn.jobstart calls the on_exit handler job is nil.
job is being set to nil later in stop function but from what i searched jobstop is synchronous so don't think that is a problem. Not sure if what is happening