Closed rjl6789 closed 4 months ago
On first use, garth tries to open auth file in the specified session directory - which doesn't exist as it's a first run. The file open exception isn't caught by GarthException. So the additions act as a fall back and catch the exception
I incorporated your commit 83fc996 into the v4.4.0 release of today. Thx for your contribution!
On first use, garth tries to open auth file in the specified session directory - which doesn't exist as it's a first run. The file open exception isn't caught by GarthException. So the additions act as a fall back and catch the exception