-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object.dirname is deprecated. #76
Comments
Experiencing the same error on Atom version 1.13.0. Windows 10 |
Experiencing the same error on Atom version 1.18.0. Windows 7 |
Experiencing the same error on Atom version 1.20.1. Mac Sierra |
Experiencing the same error on Atom version 1.21.2. win7 |
I think I have a fix for this. @konchunas fix looks to be right, but it seems to be missing "()" at the end of editor.getpath. Am I wrong in thinking that editor.getpath is not going return anything since it's not a string nor a function? |
Add pr for this: #82 |
Argument to
path.dirname
must be a stringThe text was updated successfully, but these errors were encountered: