You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2018. It is now read-only.
Uncaught Exception:
TypeError: Error processing argument -1.
at TypeError (native)
at Object.defineProperty.set (/Users/lloeki/Workspace/projects/matterfront/node_modules/electron-prebuilt/dist/Electron.app/Contents/Resources/atom.asar/browser/api/lib/web-contents.js:98:24)
at EventEmitter.<anonymous> (/Users/lloeki/Workspace/projects/matterfront/src/teams.js:8:23)
at emitOne (events.js:77:13)
at EventEmitter.emit (events.js:169:7)
at EventEmitter.<anonymous> (/Users/lloeki/Workspace/projects/matterfront/node_modules/electron-prebuilt/dist/Electron.app/Contents/Resources/atom.asar/browser/api/lib/web-contents.js:101:27)
at emitTwo (events.js:87:13)
at EventEmitter.emit (events.js:172:7)
with a state.json:
Uncaught TypeError: Cannot read property 'substr' of undefined
This looks like what @H3Chief got there and apparently the fixes don't fix it. Cleaning node_modules has no effect.
without a
state.json:with a
state.json:This looks like what @H3Chief got there and apparently the fixes don't fix it. Cleaning
node_moduleshas no effect.