This commit is contained in:
Sidharth Vinod
2022-08-24 11:32:27 +05:30
parent a8042f622f
commit 1efd5c7d58

View File

@@ -29,7 +29,6 @@ export class Diagram {
const error = { str, hash }; const error = { str, hash };
throw error; throw error;
}; };
// TODO Q: Should diagrams be parsed inside constructor?
this.parse(this.txt, parseError); this.parse(this.txt, parseError);
} }