Skip to content
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

Uncaught The "path" argument must be of type string. Received type undefined #213

Open
ramabyg opened this issue Mar 6, 2020 · 0 comments

Comments

@ramabyg
Copy link

ramabyg commented Mar 6, 2020

[Enter steps to reproduce:]

  1. press command+r to see definition of a class in opencv_contrib project
  2. ...

Atom: 1.44.0 x64
Electron: 4.2.7
OS: Mac OS X 10.15.3
Thrown From: atom-ctags package 5.1.2

Stack Trace

Uncaught The "path" argument must be of type string. Received type undefined

At path.js:39

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type undefined
    at assertPath (path.js:39:11)
    at Object.join (path.js:1155:7)
    at module.exports (/packages/atom-ctags/lib/tag-generator.coffee:38:27)
    at Object.generateTags (/packages/atom-ctags/lib/ctags-cache.coffee:87:5)
    at Object.getOrCreateTags (/packages/atom-ctags/lib/ctags-cache.coffee:97:6)
    at FileView.module.exports.FileView.populate (/packages/atom-ctags/lib/file-view.coffee:103:17)
    at FileView.module.exports.FileView.toggle (/packages/atom-ctags/lib/file-view.coffee:41:8)
    at /packages/atom-ctags/lib/main.coffee:68:62)
    at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:349290)
    at KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:1253613)
    at KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:1249747)
    at WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:284496)

Commands

  2x -0:32 atom-ctags:toggle-file-symbols (input.hidden-input)

Non-Core Packages

atom-ctags 5.1.2 
goto-definition 1.3.4 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant