Skip to content

Commit

Permalink
remove redundant port.close()
Browse files Browse the repository at this point in the history
  • Loading branch information
g3gg0 committed Oct 3, 2023
1 parent a433207 commit 704c38b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/data/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,6 @@ <h3>Encode to {this.props.path}</h3>
await port.close();
return;
}
await port.close();
}

async patchFlash() {
Expand Down

0 comments on commit 704c38b

Please sign in to comment.