mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 18:36:37 +08:00
missing semicolon
This commit is contained in:
parent
a3ce204100
commit
40fb912a17
@ -191,7 +191,7 @@ export function Session() {
|
||||
pairs.push([
|
||||
tools.upperFirst(field).replace("_", " "),
|
||||
(flags["now"] ? __colored("red", "RIGHT NOW") : __colored("green", "No"))
|
||||
+ " " +
|
||||
+ "; " +
|
||||
(flags["past"] ? __colored("red", "In the past") : __colored("green", "Never")),
|
||||
]);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user