public toString()

in src/construct.ts [460:462]


  public toString() {
    return this.node.path || '<root>';
  }