Exceptions: Straight line convention refactor
This commit is contained in:
@@ -129,12 +129,7 @@ void MarionetteComponent::preLoopHook()
|
||||
callShutdownSalmanoff = true;
|
||||
|
||||
holdInitializeCReq(
|
||||
[]
|
||||
{
|
||||
marionetteInitializeReqCb(
|
||||
mrntt.initializeLifetimeSucceeded
|
||||
&& !mrntt.initializeLifetimeExceptionPtr);
|
||||
});
|
||||
[] { marionetteInitializeReqCb(true); });
|
||||
|
||||
std::cout << "PuppeteerThread::main: Entering event loop" << "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user