-
Notifications
You must be signed in to change notification settings - Fork 0
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.extname is deprecated. #3
Comments
Argument to path.extname must be a string Object.extname - /Applications/Atom.app/Contents/Resources/app.asar/src/electron-shims.js:20:10 |
Is there a fix for above issue ? |
Sorry, at the moment I do not use atom any more. I am not sure I'll have time soon enough to check this. I remember this should have been fixed though, but maybe I'm wrong. |
Well I've checked and it should have been fixed. So, it looks like it just shows up again... |
This was actually already fixed in the other fork (symbols-tree-nav) and I didn't notice I simply did not backport the fixes here. It's too complicated to maintain it in parallel to symbols-tree-nav, so I won't maintain it any longer. Please consider switching to symbols-tree-nav (what is almost the same). |
Argument to
path.extname
must be a stringObject.extname (/Applications/Atom.app/Contents/Resources/app.asar/src/electron-shims.js:20:10)TagGenerator.getLanguage (/Users/jxb2016/.atom/packages/symbols-tree-view-fix/lib/tag-generator.coffee:40:24)TagGenerator.generate (/Users/jxb2016/.atom/packages/symbols-tree-view-fix/lib/tag-generator.coffee:84:29)SymbolsTreeViewFix.generateTags (/Users/jxb2016/.atom/packages/symbols-tree-view-fix/lib/symbols-tree-view-fix.coffee:223:62)SymbolsTreeViewFix.populate (/Users/jxb2016/.atom/packages/symbols-tree-view-fix/lib/symbols-tree-view-fix.coffee:107:14)<unknown> (/Users/jxb2016/.atom/packages/symbols-tree-view-fix/lib/symbols-tree-view-fix.coffee:272:24)
The text was updated successfully, but these errors were encountered: