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

Commit cbe7b1f

Browse files
committed
Oops! Restored NuGet.exe
as the build script uses it! (sorry)
1 parent 704118f commit cbe7b1f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/.nuget/NuGet.exe

1.59 MB
Binary file not shown.

src/Our.Umbraco.DocTypeGridEditor/Web/Helpers/SurfaceControllerHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static bool SurfaceControllerExists(string controllerName, string actionN
5757

5858
return false;
5959
}
60-
catch (Exception ex)
60+
catch (Exception)
6161
{
6262
return false;
6363
}

0 commit comments

Comments
 (0)