mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 11:08:31 -05:00
This reverts commit d15a3fcc98.
This commit is contained in:
@@ -210,5 +210,5 @@ export async function serve(
|
||||
const channel = new DriverChannel(driver);
|
||||
server.registerChannel('driver', channel);
|
||||
|
||||
return combinedDisposable(server, windowServer);
|
||||
return combinedDisposable([server, windowServer]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user