mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-22 15:04:47 +00:00
typo
This commit is contained in:
@@ -53,7 +53,7 @@ namespace ElectronNET.CLI.Commands
|
||||
|
||||
if (resultCode != 0)
|
||||
{
|
||||
Console.WriteLine("Error occured during dotnet publish.");
|
||||
Console.WriteLine("Error occurred during dotnet publish.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ namespace ElectronNET.CLI.Commands
|
||||
|
||||
if (resultCode != 0)
|
||||
{
|
||||
Console.WriteLine("Error occured during dotnet publish.");
|
||||
Console.WriteLine("Error occurred during dotnet publish.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user