Skip to content

Commit 562f46b

Browse files
fix(env): add DISPLAY to default pass through (#9511)
### Description Closes #9402 by adding `DISPLAY` to the default pass through map. TL;DR `xdg-open` uses `DISPLAY` to decide which display it should open a new window on. ### Testing Instructions 👀
1 parent d456d63 commit 562f46b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/turborepo-lib/src/task_hash.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ impl<'a> TaskHasher<'a> {
480480
"COLORTERM",
481481
"TERM",
482482
"TERM_PROGRAM",
483+
"DISPLAY",
483484
"TMP",
484485
"TEMP",
485486
// VSCode IDE - https://github.com/microsoft/vscode-js-debug/blob/5b0f41dbe845d693a541c1fae30cec04c878216f/src/targets/node/nodeLauncherBase.ts#L320

0 commit comments

Comments
 (0)