This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$DEBUG is a standard ruby flag. It also logs all exceptions to STDERR. When using the language server with this option, things were weird in the logs pane. Since stuff kept getting logged even though the server was closing and the exceptions were being caught. This resulted in logs that stayed around instead of going away. Took me way too long to figure that out. By moving to ThemeCheck.debug? instead, this doesn't happen anymore.
- Loading branch information
1 parent
075a191
commit 8dcdfe7
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters