Skip to content

Commit b505f1d

Browse files
author
Todd Lair
authored
Update Config.cs
1 parent cc0deab commit b505f1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Src/StackifyLib/Config.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ internal static string Get(string key, string defaultValue = null)
253253
}
254254
}
255255
}
256+
catch (Exception ex)
257+
{
258+
StackifyAPILogger.Log("#Config #Get failed", ex);
259+
}
256260
finally
257261
{
258262
if (v == null)

0 commit comments

Comments
 (0)