Skip to content

Commit e3bafc8

Browse files
committed
Standardize on TW_ prefix for custom env vars
1 parent fa5f0a0 commit e3bafc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Terminal/Widgets/Simple/App.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Terminal::Widgets::Simple::App is Terminal::Widgets::App {
7272
$*ERR.out-buffer = False;
7373

7474
# Turn on debugging if requested in environment
75-
$PROCESS::DEBUG //= +(%*ENV<TERMINAL_WIDGETS_DEBUG> // 0);
75+
$PROCESS::DEBUG //= +(%*ENV<TW_DEBUG> // 0);
7676

7777
# Provide hook for subclasses to perform boot-time initialization
7878
self.boot-init(|c);

0 commit comments

Comments
 (0)