Add missing semicolon
This commit is contained in:
parent
77484ccdf3
commit
f752d55b37
@ -13,7 +13,7 @@ program
|
||||
if (!config.public && !users.length) {
|
||||
console.log("");
|
||||
console.log("No users found!");
|
||||
console.log("Create a new user with 'shout add <name>'.")
|
||||
console.log("Create a new user with 'shout add <name>'.");
|
||||
console.log("");
|
||||
} else {
|
||||
var host = program.host || process.env.IP || config.host;
|
||||
|
Loading…
Reference in New Issue
Block a user