提交 f2bcd2be 编写于 作者: B Benjamin Pasero

fix smoketest

上级 084dec8b
......@@ -133,7 +133,7 @@ class CodeRendererMain extends Disposable {
this._register(instantiationService.createInstance(ElectronWindow));
// Driver
if (this.configuration.driverHandle) {
if (this.configuration.driver) {
registerWindowDriver(electronMainClient, this.configuration.windowId, instantiationService).then(disposable => this._register(disposable));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册