Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 6d64317

Browse files
authored
Merge pull request #166 from AtomLinter/arcanemagus/update-deps
Update dependencies
2 parents 849c6a5 + 1a02544 commit 6d64317

File tree

3 files changed

+3020
-2770
lines changed

3 files changed

+3020
-2770
lines changed

lib/init.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export default {
126126
},
127127

128128
deactivate() {
129-
this.idleCallbacks.forEach(callbackID => window.cancelIdleCallback(callbackID));
129+
this.idleCallbacks.forEach((callbackID) => window.cancelIdleCallback(callbackID));
130130
this.idleCallbacks.clear();
131131
this.subscriptions.dispose();
132132
},
@@ -181,7 +181,7 @@ export default {
181181
);
182182
} catch (error) {
183183
const notifications = atom.notifications.getNotifications();
184-
const isDisplayingNotification = notifications.some(notification => (
184+
const isDisplayingNotification = notifications.some((notification) => (
185185
notification.message === `Error: ${error.message}`
186186
&& notification.dismissed === false
187187
));

0 commit comments

Comments
 (0)