Skip to content

Commit ed70408

Browse files
just check stdin
1 parent bec8f40 commit ed70408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/djls-server/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use tower_lsp_server::Server;
1515
use crate::server::DjangoLanguageServer;
1616

1717
pub fn run() -> Result<()> {
18-
if std::io::stdin().is_terminal() && std::io::stdout().is_terminal() {
18+
if std::io::stdin().is_terminal() {
1919
eprintln!(
2020
"---------------------------------------------------------------------------------"
2121
);

0 commit comments

Comments
 (0)