mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Upgrade to telepath 0.74.0 to avoid shredding of orphaned object graphs
We call atom.destroyOrphans after each spec now to clean up any orphaned objects. Previously, we we destroying any object not reachable from the root document. This was causing children of orphaned objects to be removed from their parent, which caused null pointer exceptions when running the destroy handlers for the orphans. Now we only destroy the roots of orphaned object graphs.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"season": "0.14.0",
|
||||
"semver": "1.1.4",
|
||||
"space-pen": "2.0.2",
|
||||
"telepath": "0.73.0",
|
||||
"telepath": "0.74.0",
|
||||
"temp": "0.5.0",
|
||||
"underscore-plus": "0.5.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user