WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 19e785f

Browse files
committed
Fixed whitespace
1 parent 0b45317 commit 19e785f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Updated all model classes to Electron API 39.2 (#949) @softworkz
77
- Fixed output path for `electron-builder` (#942) @softworkz
88
- Fixed floating point display resolution (#944) @softworkz
9+
- Fixed error in case of missing electron-host-hook (#978)
910
- Fixed previous API break using exposed `JsonElement` objects (#938) @softworkz
1011
- Fixed and improved several test cases (#962) @softworkz
1112
- Fixed startup of Electron.NET from VS Code Debug Adapter (#952)

src/ElectronNET.AspNet/API/WebHostBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static class WebHostBuilderExtensions
6060
public static IWebHostBuilder UseElectron(this IWebHostBuilder builder, string[] args, Func<Task> onAppReadyCallback)
6161
{
6262
ElectronNetRuntime.OnAppReadyCallback = onAppReadyCallback;
63-
63+
6464
// no matter how this is set - let's unset to prevent Electron not starting as expected
6565
// e.g., VS Code sets this env variable, but this will cause `require("electron")` to not
6666
// work as expected, see issue #952

0 commit comments

Comments
 (0)