Closed
Description
I installed an created a jasmine example
npm install -g jasmine
npm install --save-dev jasmine
jasmine init
jasmine examples
Trying to save a javascript file like PlayerSpec.js results in this error
`[Enter steps to reproduce:]
- open a javascript file e.g. PlayerSpec.js
- try to save
Atom: 1.15.0 x64
Electron: 1.3.13
OS: Mac OS X 10.12.3
Thrown From: atom-typescript-beta package 11.0.1
Stack Trace
Uncaught TypeError: Cannot read property 'executeGetErr' of undefined
At /Users/tron/.atom/packages/atom-typescript-beta/dist/main/atomts.js:79
TypeError: Cannot read property 'executeGetErr' of undefined
at Object.lodash_1.debounce (/packages/atom-typescript-beta/dist/main/atomts.js:79:24)
at invokeFunc (/packages/atom-typescript-beta/node_modules/lodash/lodash.js:10350:23)
at trailingEdge (/packages/atom-typescript-beta/node_modules/lodash/lodash.js:10397:18)
at timerExpired (/packages/atom-typescript-beta/node_modules/lodash/lodash.js:10385:18)
Commands
-0:18.1.0 core:save (input.hidden-input)
Non-Core Packages
.bin undefined
atom-fix-path 0.1.0
atom-typescript 10.1.15
atom-typescript-beta 11.0.1
busy-signal 1.3.0
cursor-history 0.9.1
eclipse-keybindings 0.9.0
highlight-selected 0.12.0
intentions 1.1.2
last-cursor-position 0.9.0
linter 2.1.0
linter-ui-default 1.2.1
minimap 4.26.8
minimap-find-and-replace 4.5.2
minimap-git-diff 4.3.1
minimap-highlight-selected 4.5.0
`