Skip to content

Commit

Permalink
water print if clock undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Mar 12, 2023
1 parent 973cf6b commit e337525
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/water.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ const progress = (lane, desc, pstate) => {
const { listing } = desc;
const { clock, othero } = lane;


if (desc.chango[clock.ref] === undefined) {
console.log(desc.chango, clock, clock.ref);
}
const clockWave = desc.chango[clock.ref].wave;
const clockEr = surferer(clockWave, pstate);

Expand Down

0 comments on commit e337525

Please sign in to comment.