mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
change test log message
This commit is contained in:
@@ -105,7 +105,7 @@ export default () => {
|
|||||||
let message = 'message #' + count;
|
let message = 'message #' + count;
|
||||||
if (count % 6 === 1) {
|
if (count % 6 === 1) {
|
||||||
message +=
|
message +=
|
||||||
' with a long message that will be wrapped, to see if it stays one a single line';
|
' that is a long message that will be wrapped, to test if it gets truncated';
|
||||||
}
|
}
|
||||||
const data = {
|
const data = {
|
||||||
t: new Date().toISOString(),
|
t: new Date().toISOString(),
|
||||||
|
|||||||
Reference in New Issue
Block a user