Commit 0ce4084
committed
fix: remove environment variable truncation (closes #53)
Environment variables longer than 80 characters were being truncated with
"..." which made it impossible to see the full values. Remove this
truncation to display complete environment variable values regardless of
length.1 parent 78d281b commit 0ce4084
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
| 239 | + | |
241 | 240 | | |
242 | 241 | | |
243 | 242 | | |
| |||
0 commit comments