Skip to content

Commit 4109d64

Browse files
committed
1.0.2
1 parent 49c8a88 commit 4109d64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openscan/hardhat-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Hardhat 3 plugin to use openscan explorer",
55
"license": "MIT",
66
"type": "module",

packages/plugin/src/hooks/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function startWebapp() {
3131
console.warn(
3232
"[openscan] Warning: Port 3030 is already in use. Explorer not started.",
3333
);
34-
return
34+
return;
3535
}
3636

3737
// Create deployment tracker and start server

0 commit comments

Comments
 (0)