Skip to content

Commit 417b7a4

Browse files
authored
Use catch instead of finally
1 parent 94b6d81 commit 417b7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authentication/Authentication/Common/GraphSessionInitializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ internal static GraphSession CreateInstance(IDataStore dataStore = null)
3434
{
3535
Directory.CreateDirectory(Core.Constants.GraphDirectoryPath);
3636
}
37-
finally
37+
catch (Exception)
3838
{
3939
}
4040
if (File.Exists(Constants.GraphOptionsFilePath))

0 commit comments

Comments
 (0)