Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Commit 68da89c

Browse files
committed
fix #2
1 parent 59c6273 commit 68da89c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/linter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ module.exports = function () {
6060

6161
atom.workspaceView.on('pane-container:active-pane-item-changed destroyed', function () {
6262
msgPanel.destroy();
63+
atom.workspaceView.find('.line-number').removeClass('text-error');
6364
});
6465
}
6566
};

0 commit comments

Comments
 (0)