From 57e6927f2af2a6566508d25354fc00a2626d7e96 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 27 Aug 2018 08:31:11 -0700 Subject: [PATCH] Fix lint --- src/atom-environment.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atom-environment.js b/src/atom-environment.js index 60cbb198b..325bf8f39 100644 --- a/src/atom-environment.js +++ b/src/atom-environment.js @@ -813,7 +813,7 @@ class AtomEnvironment { }) if (closing) { - this.unloading = true; + this.unloading = true await this.packages.deactivatePackages() } return closing