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 fa5f0a0 commit e3bafc8Copy full SHA for e3bafc8
lib/Terminal/Widgets/Simple/App.rakumod
@@ -72,7 +72,7 @@ class Terminal::Widgets::Simple::App is Terminal::Widgets::App {
72
$*ERR.out-buffer = False;
73
74
# Turn on debugging if requested in environment
75
- $PROCESS::DEBUG //= +(%*ENV<TERMINAL_WIDGETS_DEBUG> // 0);
+ $PROCESS::DEBUG //= +(%*ENV<TW_DEBUG> // 0);
76
77
# Provide hook for subclasses to perform boot-time initialization
78
self.boot-init(|c);
0 commit comments