diff --git a/scripts/code-sessions-web.js b/scripts/code-sessions-web.js index 06396ced75e..e776faf7d9c 100644 --- a/scripts/code-sessions-web.js +++ b/scripts/code-sessions-web.js @@ -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}/`); } });