mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 00:09:30 +01:00
Fix: update open function call to use default export for URL opening
This commit is contained in:
@@ -83,7 +83,7 @@ async function main() {
|
||||
server.listen(PORT, HOST, () => {
|
||||
console.log(`\n Sessions Web running at: http://${HOST}:${PORT}/\n`);
|
||||
if (!args['no-open']) {
|
||||
open(`http://${HOST}:${PORT}/`);
|
||||
open.default(`http://${HOST}:${PORT}/`);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user