Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent crash when running on non-file buffer (#35)
Sometimes flymake-eslint is started on a buffer that is not baked by a file (e.g., *scratch*, an ediff buffer or an old version of a git-versioned file). In this case, `buffer-file-name' returns nil which is invalid for a command list.
- Loading branch information