aural-coding icon indicating copy to clipboard operation
aural-coding copied to clipboard

Uncaught TypeError: Cannot read property 'indexOf' of undefined

Open nagasundram opened this issue 7 years ago • 0 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.25.1 x64 Electron: 1.7.11 OS: Ubuntu 16.04.4 Thrown From: aural-coding package 1.0.1

Stack Trace

Uncaught TypeError: Cannot read property 'indexOf' of undefined

At /home/nagasundaram/.atom/packages/aural-coding/lib/aural-coding.coffee:99

TypeError: Cannot read property 'indexOf' of undefined
    at AuralCoding.module.exports.AuralCoding.keystrokeForKeyboardEvent (/packages/aural-coding/lib/aural-coding.coffee:99:21)
    at AuralCoding.module.exports.AuralCoding.noteOn (/packages/aural-coding/lib/aural-coding.coffee:68:25)
    at /packages/aural-coding/lib/aural-coding.coffee:29:76)

Commands

     -9:04.6.0 intentions:highlight (input.hidden-input)
     -9:04.2.0 editor:toggle-line-comments (input.hidden-input)
     -9:03.9.0 core:save (input.hidden-input)
     -8:46.2.0 intentions:highlight (input.hidden-input)
     -8:45.3.0 project-find:show (input.hidden-input)
     -8:44.7.0 core:paste (input.hidden-input)
     -8:43.4.0 core:confirm (input.hidden-input)
  2x -6:14.6.0 core:cancel (div.results-view.focusable-panel)
     -6:09.0 intentions:highlight (input.hidden-input)
     -6:08.4.0 command-palette:toggle (input.hidden-input)
     -6:03.7.0 settings-view:open (input.hidden-input)
     -5:54.8.0 application:open-your-stylesheet (atom-workspace.workspace.scrollbars-visible-always.theme-base16-tomorrow-dark-theme.theme-atom-dark-ui)
     -3:59.9.0 intentions:highlight (input.hidden-input)
     -3:59.6.0 core:close (input.hidden-input)
     -0:33.8.0 editor:newline (input.hidden-input)
 27x -0:19.1.0 core:backspace (input.hidden-input)

Non-Core Packages

atom-beautify 0.32.2 
atom-handlebars 1.3.0 
aural-coding 1.0.1 
busy-signal 1.4.3 
ember-snippets 2.1.7 
erb-snippets 1.1.0 
gist-it 0.9.2 
git-plus 7.10.2 
intentions 1.1.5 
language-ember-htmlbars 0.4.0 
linter 2.2.0 
linter-rubocop 2.2.3 
linter-ui-default 1.7.1 
rspec 0.4.0 
todo-show 2.3.0 
tree-view-git-status 1.5.0 

nagasundram avatar Apr 13 '18 11:04 nagasundram