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 98b0d01 commit 353cb5bCopy full SHA for 353cb5b
src/Atc.CodingRules.Updater/DirectoryBuildPropsHelper.cs
@@ -80,6 +80,7 @@ public static void HandleFile(
80
catch (Exception ex)
81
{
82
logger.LogError($"{EmojisConstants.Error} {area} - {ex.Message}");
83
+ throw;
84
}
85
86
src/Atc.CodingRules.Updater/EditorConfigHelper.cs
@@ -50,6 +50,7 @@ public static void HandleFile(
50
51
52
53
54
55
56
@@ -92,6 +93,7 @@ public static void HandleFile(
92
93
94
95
96
97
98
99
0 commit comments