fix typo
This commit is contained in:
parent
a670cdc253
commit
e746dad684
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ function tick_pattern() {
|
|||
log.debug("TICKING PATTERN")
|
||||
|
||||
let parsed = pattern.parsed;
|
||||
log.info(`${JSON.stringify(pattern})} ${JSON.stringify(parsed)}`);
|
||||
log.info(`${JSON.stringify(pattern)} ${JSON.stringify(parsed)}`);
|
||||
|
||||
if (parsed && parsed.length > 0) {
|
||||
for (let i = 0; i < cfg.leds; i++) {
|
||||
|
|
Loading…
Reference in a new issue