We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec8f40 commit ed70408Copy full SHA for ed70408
crates/djls-server/src/lib.rs
@@ -15,7 +15,7 @@ use tower_lsp_server::Server;
15
use crate::server::DjangoLanguageServer;
16
17
pub fn run() -> Result<()> {
18
- if std::io::stdin().is_terminal() && std::io::stdout().is_terminal() {
+ if std::io::stdin().is_terminal() {
19
eprintln!(
20
"---------------------------------------------------------------------------------"
21
);
0 commit comments