Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit c7f3c25

Browse files
committed
The variable 'ex' is declared but never used
1 parent 946633e commit c7f3c25

File tree

1 file changed

+1
-0
lines changed
  • src/APIM_ARMTemplate/apimtemplate/Common/FileHandlers

1 file changed

+1
-0
lines changed

src/APIM_ARMTemplate/apimtemplate/Common/FileHandlers/FileReader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ public bool isJSON(string fileContents)
9999
}
100100
catch (Exception ex)
101101
{
102+
Console.WriteLine("Error occured: " + ex.Message);
102103
return false;
103104
}
104105
}

0 commit comments

Comments
 (0)