diff --git a/src/lib/lightnet.js b/src/lib/lightnet.js index 76a97c0e..f342f2a3 100644 --- a/src/lib/lightnet.js +++ b/src/lib/lightnet.js @@ -479,7 +479,7 @@ async function launchExplorer(use) { await handleExplorerReleasePresence(explorerReleasePath, release); await updateCurrentExplorerVersion(useVersion); await step('Launching the lightweight Mina Explorer', async () => { - opener(explorerReleaseIndexFilePath); + opener(`file://${explorerReleaseIndexFilePath}`); }); console.log( chalk.reset(