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 4a650a1 commit e1704c8Copy full SHA for e1704c8
roles/lib/files/FWO.Report/ReportBase.cs
@@ -254,7 +254,7 @@ public static string ToUtcString(string? timestring)
254
using IBrowser? browser = await Puppeteer.LaunchAsync(new LaunchOptions
255
{
256
ExecutablePath = brw.GetExecutablePath(),
257
- Headless = false
+ Headless = true
258
});
259
260
try
roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs
@@ -52,7 +52,7 @@ public async Task GeneratePdf()
52
53
54
55
56
57
58
0 commit comments