Skip to content

Commit

Permalink
Add the file:// schema to explorer path.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Nov 24, 2023
1 parent 594bb3d commit 8c6616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/lightnet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 8c6616b

Please sign in to comment.