🐛 better running calc

This commit is contained in:
2019-11-14 13:35:40 +01:00
parent cc9252aba3
commit a8d76d43c8
2 changed files with 54 additions and 39 deletions

View File

@@ -110,5 +110,9 @@ export default class Node {
}
})
}
toString() {
return `${this.name}<${this.id}>`;
}
};