atom-ruby-test icon indicating copy to clipboard operation
atom-ruby-test copied to clipboard

Uncaught TypeError: Cannot read property 'nodeName' of undefined

Open dklotz opened this issue 7 years ago • 0 comments

Steps to reproduce:

  1. Install ruby-test
  2. Toggle test window (e.g. through Cmd+Ctrl+X)

Atom: 1.25.1 x64 Electron: 1.7.11 OS: Mac OS X 10.12.6 Thrown From: ruby-test package 1.0.2

Stack Trace

Uncaught TypeError: Cannot read property 'nodeName' of undefined

At /Applications/Atom.app/Contents/Resources/app/node_modules/notifications/lib/command-logger.js:81

TypeError: Cannot read property 'nodeName' of undefined
    at CommandLogger.module.exports.CommandLogger.logCommand (/Applications/Atom.app/Contents/Resources/app/node_modules/notifications/lib/command-logger.js:81:44)
    at /Applications/Atom.app/Contents/Resources/app/node_modules/notifications/lib/command-logger.js:33:30
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:25:20)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:141:34)
    at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:360:24)
    at CommandRegistry.dispatch (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:273:23)
    at RubyTestView.module.exports.RubyTestView.toggle (/packages/ruby-test/lib/ruby-test-view.coffee:38:19)
    at /packages/ruby-test/lib/ruby-test-view.coffee:15:65)
    at CommandRegistry.handleCommandEvent (/Applications/Atom.app/Contents/Resources/app/src/command-registry.js:384:49)
    at KeymapManager.module.exports.KeymapManager.dispatchCommandEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:621:22)
    at KeymapManager.module.exports.KeymapManager.handleKeyboardEvent (/Applications/Atom.app/Contents/Resources/app/node_modules/atom-keymap/lib/keymap-manager.js:412:28)
    at WindowEventHandler.handleDocumentKeyEvent (/Applications/Atom.app/Contents/Resources/app/src/window-event-handler.js:110:40)

Commands

     -7:14.9.0 core:confirm (input.hidden-input)
     -6:25.1.0 settings-view:open (input.hidden-input)
     -6:20.8.0 core:confirm (input.hidden-input)
     -6:14.9.0 editor:select-to-beginning-of-word (input.hidden-input)
     -6:14 core:confirm (input.hidden-input)
     -6:08.9.0 editor:select-to-first-character-of-line (input.hidden-input)
     -6:07.4.0 core:confirm (input.hidden-input)
     -1:56.2.0 ruby-test:toggle (div.panels-item)
     -1:15.3.0 command-palette:toggle (div.panels-item)
     -1:10.1.0 core:move-down (input.hidden-input)
     -1:09.7.0 core:confirm (input.hidden-input)
     -1:09.7.0 ruby-test:toggle (div.panels-item)
     -0:02.3.0 ruby-test:toggle (select#ruby-test.testFramework.form-control)
     -7:22.3.0 platformio-ide-terminal:toggle (input.hidden-input)

Non-Core Packages

atom-beautify 0.32.2 
autocomplete-ruby 0.2.8 
busy-signal 1.4.3 
cucumber 0.6.0 
expand-region 0.4.0 
file-icons 2.1.18 
intentions 1.1.5 
language-docker 1.1.8 
language-haml 0.31.0 
language-kotlin 0.5.0 
language-lua 0.9.11 
linter 2.2.0 
linter-rubocop 2.2.3 
linter-ui-default 1.7.1 
multi-cursor 2.1.5 
platformio-ide-terminal 2.8.1 
recent-files-fuzzy-finder 0.5.0 
ruby-block 0.3.6 
ruby-test 1.0.2 
seeing-is-believing 15.0.0 
set-syntax 0.4.0 
Sublime-Style-Column-Selection 1.7.4 
zentabs 0.8.9 

dklotz avatar Apr 16 '18 09:04 dklotz