Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
tsawada committed Oct 31, 2024
1 parent f2719d7 commit 423adb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/HttpServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class HttpServer extends http.Server {
} catch (e) {
// debug("put exc: " + e.message)
if (e instanceof Error)
debug_message = e.message
debug_message = JSON.stringify(e)
}
if (succ) {
this.n_put_succ += 1
Expand Down

0 comments on commit 423adb7

Please sign in to comment.