-
Notifications
You must be signed in to change notification settings - Fork 12
Object.extname is deprecated. #9
Comments
When did this get deprecated? |
I'm receiving the same error:
|
@brayfe thanks for the report, what OS are you on? |
I'm using a Mac with Sierra version 10.12.6. I'm happy to help debug in any other way possible! |
Awesome. Could you install Atom's shell commands via the
(this clones the latest version of the repo into ~/github/markdown-image-assistant`). Go to that folder and run
And see if you still see the error. |
Hi @tlnagy, sorry for the delay in testing. I ran the commands as you've said, and when the new atom window opens, there are no deprecation errors. I couldn't find a way to run the deprecation cop in atom, so I assume it was run behind the scenes and passed. Hope that helps! |
This appears to happen when pasting an image into a file that hasn't been saved yet, which therefore doesn't have a name for the image path, nor a file extension to determine whether or not it should be pasted. |
Atom version 1.36.1 complains about this Deprecated calls. Everything works fine, but the error icon appears with a comments:
I have the latest version of this package. |
Argument to
path.extname
must be a stringThe text was updated successfully, but these errors were encountered: