Unverified Commit 2e429bfb authored by Yegor's avatar Yegor Committed by GitHub

[tools] add Stdio to AppContext created by daemon AppInstance (#15268)

parent ded538a1
......@@ -812,6 +812,7 @@ class AppInstance {
final AppContext appContext = new AppContext();
appContext.setVariable(Logger, _logger);
appContext.setVariable(Stdio, const Stdio());
return appContext.runInZone(method);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment