Fix Travis: Missing semicolon
This commit is contained in:
parent
332666c851
commit
b663de138e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ let server = net.createServer(socket => {
|
|||
if (queued_as) {
|
||||
queued_as = queued_as[1];
|
||||
} else {
|
||||
queued_as = ''
|
||||
queued_as = '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue