Skip to content

Commit 0b95a99

Browse files
committed
Fix error in release build
1 parent 5143474 commit 0b95a99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/Common/Commands.ResourceManager.Common/ArgumentCompleters/ResourceGroupCompleter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ protected static IList<String> ResourceGroupNames
7373

7474
catch (Exception ex)
7575
{
76+
if (ex == null) { }
7677
#if DEBUG
7778
throw ex;
7879
#endif

0 commit comments

Comments
 (0)