atom-minimap / minimap

A preview of the full source code.
https://atom.io/packages/minimap
MIT License
645 stars 128 forks source link

Uncaught TypeError: Cannot read property 'decorateMarker' of undefined #774

Closed Akilarlxh closed 3 years ago

Akilarlxh commented 3 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.53.0 x64 Electron: 6.1.12 OS: Unknown Windows version Thrown From: minimap package 4.39.5

Stack Trace

Uncaught TypeError: Cannot read property 'decorateMarker' of undefined

At C:\Users\Akilar\.atom\packages\minimap\dist\main-91f6e642.js:1

TypeError: Cannot read property 'decorateMarker' of undefined
    at ei.decorateMarker (/packages/minimap/dist/main-91f6e642.js:1:94758)
    at MinimapPigmentsBinding.module.exports.MinimapPigmentsBinding.updateMarkers (/packages/minimap-pigments/lib/minimap-pigments-binding.coffee:33:29)
    at /packages/minimap-pigments/lib/minimap-pigments-binding.coffee:16:10
    at Function.simpleDispatch (~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:11:1190051)
    at Emitter.emit (~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:11:1191492)
    at ~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:1:782173
    at Function.simpleDispatch (~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:11:1190051)
    at Emitter.emit (~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:11:1191492)
    at TextMateLanguageMode.markTokenizationComplete (~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:11:555141)
    at TextMateLanguageMode.tokenizeNextChunk (~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:11:555053)
    at ~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:11:554455
    at ~/AppData/Local/atom/app-1.53.0/resources/app/static/<embedded>:11:1177232

Commands

Non-Core Packages

activate-power-mode 2.7.0 
atom-beautify 0.33.4 
atom-html-preview 0.2.6 
atom-material-syntax 1.0.8 
atom-material-ui 2.1.3 
quick-highlight 0.13.0 
simplified-chinese-menu 5.3.5 
autocomplete-bibtex 1.2.10 
busy-signal 2.0.1 
color-picker 2.3.0 
css-to-stylus 1.1.3 
file-type-icons 1.3.4 
intentions 1.1.5 
language-pug 0.0.22 
linter 3.2.3 
linter-stylint 2.3.0 
linter-ui-default 2.4.1 
markdown-image-assistant 0.2.2 
markdown-img-paste 0.4.0 
markdown-preview-enhanced 0.18.8 
minimap 4.39.5 
minimap-pigments 0.2.2 
native-ui 0.27.0 
pigments 0.40.6 
Stylus 3.2.0 
aminya commented 3 years ago

When does this happen?

aminya commented 3 years ago

Closing due to no response.