mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 07:31:47 +00:00
test scaffolding
This commit is contained in:
@@ -43,7 +43,7 @@ pub fn Runner(comptime State: type, comptime Global: type, comptime types: anyty
|
||||
|
||||
const G = if (Global == void) DefaultGlobal else Global;
|
||||
|
||||
runner.executor = try runner.env.startExecutor(G, state, runner);
|
||||
runner.executor = try runner.env.startExecutor(G, state, runner, .main);
|
||||
errdefer runner.env.stopExecutor(runner.executor);
|
||||
|
||||
try runner.executor.startScope(if (Global == void) &default_global else global);
|
||||
|
||||
Reference in New Issue
Block a user