-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Uncaught TypeError: Cannot read property 'replace' of undefined" when attempting to close tab #62
Comments
Hmm as you said this isn't a systematic error, so it will be hard to replicate, but I will try. Thanks @shawninder |
I'm able to reliably replicate.
Atom Version: 1.1.0 Stack TraceUncaught TypeError: Cannot read property 'replace' of undefined
Commands
Config{
"core": {
"ignoredNames": [
".git",
".svn",
".DS_Store"
],
"projectHome": "/Users/shaun/Repositories",
"disabledPackages": [
"atom-jade",
"autocomplete-css",
"autocomplete-paths",
"linter-jshint"
],
"destroyEmptyPanes": false,
"followSymlinks": false,
"themes": [
"atom-dark-ui",
"atom-material-syntax"
],
"audioBeep": false
},
"linter-js-standard": {
"lintMarkdownFiles": true,
"showEslintRules": true,
"checkStyleDevDependencies": true,
"honorStyleSettings": true
}
} Installed Packages# User
Sublime-Style-Column-Selection, v1.3.0
aligner, v0.17.1
aligner-ruby, v1.4.0
angularjs, v0.3.3
atom-beautify, v0.28.17
atom-material-syntax, v0.2.4
atom-ternjs, v0.8.4
auto-reveal-in-sidebar, v0.8.0
color-picker, v2.0.13
emmet, v2.3.14
file-icons, v1.6.11
highlight-column, v0.5.0
highlight-selected, v0.10.1
javascript-snippets, v1.0.0
language-haml, v0.23.5
language-jade, v0.6.2
linter, v1.10.0
linter-js-standard, v3.2.1
pain-split, v1.4.0
pigments, v0.18.1
project-manager, v2.6.5
ruby-slim, v0.2.0
standard-formatter, v1.2.0
sync-settings, v0.6.0
tag, v0.3.0
# Dev
No dev packages |
Happens also with the current beta (1.3.0-beta6). |
Happens because |
This is still happening (v 3.2.1). |
Merged a PR from @thtliife, should be fixed on the latest release. |
Repro:
Fix by triggering
Window:reload
and trying againAtom Version: 1.0.19
System: Mac OS X 10.10.5
Thrown From: linter-js-standard package, v3.2.1
Stack Trace
Uncaught TypeError: Cannot read property 'replace' of undefined
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: