We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c8a88 commit 4109d64Copy full SHA for 4109d64
2 files changed
packages/plugin/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@openscan/hardhat-plugin",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Hardhat 3 plugin to use openscan explorer",
5
"license": "MIT",
6
"type": "module",
packages/plugin/src/hooks/network.ts
@@ -31,7 +31,7 @@ async function startWebapp() {
31
console.warn(
32
"[openscan] Warning: Port 3030 is already in use. Explorer not started.",
33
);
34
- return
+ return;
35
}
36
37
// Create deployment tracker and start server
0 commit comments