Differences From Artifact [15b349e52e]:
- File appfsd.tcl — part of check-in [7241c0986c] at 2019-12-13 00:11:33 on branch trunk — Updated root CA certificate, the previous one expired, and made errors about this more informative (user: rkeene, size: 29028) [annotate] [blame] [check-ins using]
To Artifact [7a8ee07ff7]:
- File appfsd.tcl — part of check-in [b5b196f3f3] at 2020-05-12 15:08:28 on branch trunk — Commit [7241c0986c] broke writing because error messages were checked, fix the check and fix writing (user: rkeene, size: 29041) [annotate] [blame] [check-ins using]
︙ | |||
985 986 987 988 989 990 991 | 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 | - + | proc exists {path} { catch { set info [getattr $path] } err if {![info exists info]} { |
︙ |