Oops #2.
This commit is contained in:
parent
1b5f8e3254
commit
97ead35100
4
index.ts
4
index.ts
@ -21,9 +21,9 @@ class Message {
|
||||
toString() {
|
||||
let d = this.time
|
||||
return "[" + d.getDate() + "." + (d.getMonth() + 1) + "." + d.getFullYear() +
|
||||
" " + d.getHours() + "." + d.getMinutes() +
|
||||
" " + d.getHours() + ":" + d.getMinutes() +
|
||||
"] {" + this.address + "} "
|
||||
+ this.msg.replace("/\n/g", "$")
|
||||
+ this.msg.replace("/\n/g", "$");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user