diff --git a/src/tam/simulation.js b/src/tam/simulation.js index 22b791e..f560b68 100644 --- a/src/tam/simulation.js +++ b/src/tam/simulation.js @@ -238,7 +238,7 @@ class Course { if (!(`${this.currentStop}-${stop}` in network.segments)) { - console.warn(`Course ${this.id} is cannot go from stop + console.warn(`Course ${this.id} cannot go from stop ${this.currentStop} to stop ${stop}. Teleporting to ${stop}`); this.arriveToStop(stop); return;