mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
missing semicolon
This commit is contained in:
@@ -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")),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user