mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Fix lint
This commit is contained in:
@@ -813,7 +813,7 @@ class AtomEnvironment {
|
||||
})
|
||||
|
||||
if (closing) {
|
||||
this.unloading = true;
|
||||
this.unloading = true
|
||||
await this.packages.deactivatePackages()
|
||||
}
|
||||
return closing
|
||||
|
||||
Reference in New Issue
Block a user