Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jul 24, 2024
1 parent 2a75e66 commit e868865
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,13 @@ <h2>ViperIDE Benchmark</h2>
}

if (success) {
log("\n === OK ===\n")
log("\n === OK ===\n\n")
} else {
log("\n === FAILED ===\n")
log("\n === FAILED ===\n\n")
}
} catch(err) {
log(err.stack + "\n")
log("\n === FAILED ===\n")
log("\n === FAILED ===\n\n")
} finally {
await raw.end()
await disconnectDevice()
Expand Down

0 comments on commit e868865

Please sign in to comment.