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