Skip to content

Commit c2f90eb

Browse files
authored
await SetBurstModeOffAsync (#2132)
1 parent 844309f commit c2f90eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PuppeteerSharp/Page.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ public Task SetBurstModeOffAsync()
10271027
_screenshotBurstModeOn = false;
10281028
if (_screenshotBurstModeOptions != null)
10291029
{
1030-
ResetBackgroundColorAndViewportAsync(_screenshotBurstModeOptions);
1030+
return ResetBackgroundColorAndViewportAsync(_screenshotBurstModeOptions);
10311031
}
10321032

10331033
return Task.CompletedTask;

0 commit comments

Comments
 (0)