This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Uncaught TypeError: Path must be a string. Received undefined #435
Open
Description
[Enter steps to reproduce:]
- Open any project with atom.
- Go to the finder and open another file from anywhere with Atom. It should open in the same Atom window as the project you opened before.
- Click on a tab, try to close the file tab for example.
- The error should happen.
Atom: 1.16.0 x64
Electron: 1.3.13
OS: Mac OS X 10.12.3
Thrown From: tabs package 0.104.2
Stack Trace
Uncaught TypeError: Path must be a string. Received undefined
At path.js:7
TypeError: Path must be a string. Received undefined
at assertPath (path.js:7:11)
at Object.join (path.js:1213:7)
at Object.tildify (/app.asar/node_modules/fs-plus/lib/fs-plus.js:64:39)
at Workspace.updateWindowTitle (/app.asar/src/workspace.js:259:24)
at observeActivePaneItem.item (/app.asar/src/workspace.js:184:12)
at Function.module.exports.Emitter.simpleDispatch (/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
at /app.asar/src/pane-container.js:348:27
at Function.module.exports.Emitter.simpleDispatch (/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
at Emitter.module.exports.Emitter.emit (/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
at Pane.module.exports.Pane.setActiveItem (/app.asar/src/pane.js:300:22)
at Pane.module.exports.Pane.activateItem (/app.asar/src/pane.js:452:21)
at TabBarView.module.exports.TabBarView.onMouseDown (/app.asar/node_modules/tabs/lib/tab-bar-view.js:678:19)
Commands
Non-Core Packages
autocomplete-python 1.8.63
build 0.67.0
busy 0.7.0
language-latex 1.0.0
minimap 4.27.1
terminal-plus 0.14.5
vim-mode-plus 0.87.0