better scripting

This commit is contained in:
proddy
2024-09-08 19:55:23 +02:00
parent ae98027ced
commit 20a1a6f952

View File

@@ -103,7 +103,7 @@ export default () => {
let count = 0; let count = 0;
const interval = setInterval(() => { const interval = setInterval(() => {
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'; ' with a long message that will be wrapped, to see if it stays one a single line';
} }