Commit 702901d
committed
[Win32] Add OS result to failing Edge initialization after retries
The Edge implementation contains retry functionality according to the
ICoreWebView2Environment documentation. After five retries, the
initialization is aborted with an error.
In order to ease debugging of potential causes, this change adds the OS
result of the last retry attempt to the error logged by the
initialization abortion.1 parent bd1cdd6 commit 702901d
File tree
1 file changed
+1
-1
lines changed- bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| |||
0 commit comments