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 5c14e58 commit 1f83a8dCopy full SHA for 1f83a8d
ElectronNET.CLI/Commands/BuildCommand.cs
@@ -53,7 +53,7 @@ public Task<bool> ExecuteAsync()
53
54
if (resultCode != 0)
55
{
56
- Console.WriteLine("Error occured during dotnet publish.");
+ Console.WriteLine("Error occurred during dotnet publish.");
57
return false;
58
}
59
ElectronNET.CLI/Commands/StartElectronCommand.cs
@@ -55,7 +55,7 @@ public Task<bool> ExecuteAsync()
60
61
0 commit comments