atom/tabs

Uncaught Error: Adding a pane item with URI 'D:/vue2\my-project\static\iconfonts\iconfont.woff' t...

Closed this issue · 1 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.18.0 x64
Electron: 1.3.15
OS: Unknown Windows version
Thrown From: tabs package 0.106.2

Stack Trace

Uncaught Error: Adding a pane item with URI 'D:\vue2\my-project\static\iconfonts\iconfont.woff' that has already been destroyed

At E:\week4\atom\app-1.18.0\resources\app\src\pane.js:493

Error: Adding a pane item with URI 'D:\vue2\my-project\static\iconfonts\iconfont.woff' that has already been destroyed
    at Pane.module.exports.Pane.addItem (E:/week4/atom/app-1.18.0/resources/app/src/pane.js:493:21)
    at Pane.module.exports.Pane.activateItem (E:/week4/atom/app-1.18.0/resources/app/src/pane.js:468:20)
    at Immediate.<anonymous> (E:/week4/atom/app-1.18.0/resources/app/node_modules/tabs/lib/tab-bar-view.js:702:30)
    at runCallback (timers.js:574:20)
    at tryOnImmediate (timers.js:554:5)
    at processImmediate [as _immediateCallback] (timers.js:533:5)

Commands

  4x -2:42.9.0 tree-view:remove (span.name.icon.icon-file-binary)
  2x -2:16.7.0 core:undo (input.hidden-input)
  2x -2:11.2.0 tree-view:paste (span.name.icon.icon-file-directory)

Non-Core Packages

git-control 0.9.0 
git-plus 7.6.0 
git-time-machine 1.5.9 
language-vue 0.21.2 
rsese commented

Thanks for taking the time to contribute!

We noticed that this is a duplicate of #444. You may want to subscribe there for updates - if you have consistent steps to reproduce in safe mode, please let us know in the issue.

Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.