Skip to content

Commit

Permalink
Bump version to 1.0.8..
Browse files Browse the repository at this point in the history
  • Loading branch information
ya332 committed Jun 20, 2021
1 parent e75da57 commit 9919924
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ var opts = {
host: argv.host,
port: argv.port
}
console.log(opts)

const mySocket = new WebSocket(`ws://${opts.host}:${opts.port}`);
mySocket.onopen = event => console.log('open')
mySocket.onmessage = event => {
Expand Down

0 comments on commit 9919924

Please sign in to comment.