Skip to content

Commit c04c59e

Browse files
committed
fdd
1 parent 98ad690 commit c04c59e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/ElectronNET.API/API/WebContents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void OpenDevTools(OpenDevToolsOptions openDevToolsOptions)
139139
/// Get system printers.
140140
/// </summary>
141141
/// <returns>printers</returns>
142-
public Task<string> GetPrintersAsync() => this.InvokeAsyncWithTimeout<string>(10_000);
142+
public Task<object> GetPrintersAsync() => this.InvokeAsyncWithTimeout<object>(10_000);
143143

144144
/// <summary>
145145
/// Prints window's web page.

src/ElectronNET.Host/api/webContents.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)