We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b6d81 commit 417b7a4Copy full SHA for 417b7a4
src/Authentication/Authentication/Common/GraphSessionInitializer.cs
@@ -34,7 +34,7 @@ internal static GraphSession CreateInstance(IDataStore dataStore = null)
34
{
35
Directory.CreateDirectory(Core.Constants.GraphDirectoryPath);
36
}
37
- finally
+ catch (Exception)
38
39
40
if (File.Exists(Constants.GraphOptionsFilePath))
0 commit comments