Skip to content

Commit

Permalink
chore: do not reject on kill
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 16, 2024
1 parent f503663 commit 51dbc6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/transport-webtransport/.aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ async function createGoLibp2p () {
'-muxer=mplex',
'-echo'
], {
reject: false,
env: {
GOLOG_LOG_LEVEL: 'debug'
}
Expand Down

0 comments on commit 51dbc6d

Please sign in to comment.