Sindarius / npm_gcodeviewer

Useless template literal found JS-R1004
Anti-pattern
Minor
2 months agoa year old
Template string can be replaced with regular string literal
 528      try {
 529         arcResult = doArc(tokens, this.currentPosition, !this.absolute, 0.1, this.fixRadius, this.arcPlane, this.workplaceOffsets[this.currentWorkplace]);
 530      } catch (ex) {
 531         console.error(`Arc Error`, ex); 532      }
 533      let curPt = this.currentPosition.clone();
 534      arcResult.points.forEach((point, idx) => {