Commit 1af6486
committed
Fix trying to open undefined certs
The issue is that cfg.get() is returning undefined, which becomes
"undefined". Originally it was thought cfg.get() would return the
default ("") but it seems that is not always the case.
The trim is an extra addition in case the value is a string with just
whitespace.1 parent d8197ef commit 1af6486
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments