denieler / save-workspace-atom-plugin

If you work with few projects same time this plugin give you the opportunity to change your workspace faster. Save your workspace, all your opened tabs, cursor position, etc. for each task you are working with.
MIT License
23 stars 5 forks source link

Uncaught TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined #16

Closed vitotheboss closed 7 years ago

vitotheboss commented 7 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.15.0 x64 Electron: 1.3.13 OS: Mac OS X 10.11.6 Thrown From: save-workspace package 0.2.9

Stack Trace

Uncaught TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined

At /Users/vitotheboss/.atom/packages/save-workspace/lib/models/workspace.js:92

TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined
    at Workspace.__savePaneTabs (/packages/save-workspace/lib/models/workspace.js:92:27)
    at Workspace.save (/packages/save-workspace/lib/models/workspace.js:43:25)
    at /packages/save-workspace/lib/commands/save.js:18:22)
    at InputWorkspaceNameView.confirmed (/packages/save-workspace/lib/input-workspace-name-view.js:45:10)
    at InputWorkspaceNameView.module.exports.SelectListView.confirmSelection (/packages/save-workspace/node_modules/atom-space-pen-views/lib/select-list-view.js:338:21)
    at /packages/save-workspace/node_modules/atom-space-pen-views/lib/select-list-view.js:139:19)
    at HTMLOListElement.dispatch (/packages/save-workspace/node_modules/jquery/dist/jquery.js:4435:9)
    at HTMLOListElement.elemData.handle (/packages/save-workspace/node_modules/jquery/dist/jquery.js:4121:28)

Commands

     -0:17.1.0 save-workspace:save (input.hidden-input)

Non-Core Packages

advanced-open-file 0.16.6 
atom-beautify 0.29.17 
browser-plus 0.0.87 
copy-filename 1.0.1 
file-icons 2.0.17 
hide-tree 0.0.20 
language-slim 0.5.0 
open-recent 5.0.0 
project-manager 3.3.3 
project-sidebar 1.3.0 
save-workspace 0.2.9 
simple-drag-drop-text 0.3.4 
slim-language 2.2.0 
tree-view-search-bar 0.1.3 
denieler commented 7 years ago

issue is connected to #10

denieler commented 7 years ago

@vitotheboss this issue should be fixed in 0.4.0 version. Thank you!