Skip to content

Commit 92284c6

Browse files
committed
Ready for Release 0.40.3
1 parent 03ecebc commit 92284c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Node.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class Branch : Node {
7070
}
7171
override void codegen() {
7272
if (left is null) {
73-
throw new Exception("Bad Branch Node");
73+
throw new Exception("BAD BRANCH NODE");
7474
}
7575
left.codegen();
7676
super.codegen();

0 commit comments

Comments
 (0)