mol_tree2 1.0.1017 → 1.0.1019

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.test.js CHANGED
@@ -3510,7 +3510,7 @@ var $;
3510
3510
  return $mol_promise_like(this.cache);
3511
3511
  }
3512
3512
  field() {
3513
- return this.task.name + '<>';
3513
+ return this.task.name + '()';
3514
3514
  }
3515
3515
  constructor(id, task, host, args) {
3516
3516
  super();