Skip to content

Commit 23c3200

Browse files
committed
Log error and throw
1 parent 1e26ab1 commit 23c3200

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotnet/src/webdriver/DevTools/DevToolsSession.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,9 @@ private void ProcessMessage(string message)
608608
{
609609
logger.Warn($"CDP VNT ^^ Unhandled error occured in event handler of '{method}' method. {ex}");
610610
}
611-
}
612611

612+
throw;
613+
}
613614
});
614615

615616
return;

0 commit comments

Comments
 (0)