Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (process.argv.includes('-h') || process.argv.includes('--help')) {
console.error('')
console.error(' Creates a 1-1 end-to-end encrypted network pipe.')
console.error(' If a passphrase is not supplied, will create a new phrase and begin listening.')
process.exit(1)
process.exit(0)
}

let beam
Expand Down