🐛 better running calc
This commit is contained in:
@@ -110,5 +110,9 @@ export default class Node {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
toString() {
|
||||
return `${this.name}<${this.id}>`;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user