lint: turn on @stylistic/js/semi
This commit is contained in:
parent
b93db7ac0e
commit
b9d12bc8cd
5 changed files with 7 additions and 6 deletions
|
@ -710,7 +710,7 @@ export default class Client extends EventTarget {
|
|||
if (!this.ws) {
|
||||
throw new Error("Failed to send IRC message " + msg.command + ": socket is closed");
|
||||
}
|
||||
let raw = irc.formatMessage(msg)
|
||||
let raw = irc.formatMessage(msg);
|
||||
this.ws.send(raw);
|
||||
if (this.debug) {
|
||||
console.debug("Sent:", raw);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue