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

Commit f25b668

Browse files
committed
Revert "Revert "The variable 'ex' is declared but never used""
This reverts commit 043ffe8.
1 parent 043ffe8 commit f25b668

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)