Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix QAST::BVal dumping; ruoso++.
  • Loading branch information
jnthn committed Aug 4, 2013
1 parent 8e8ae36 commit d6f0f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QAST/BVal.nqp
Expand Up @@ -5,5 +5,5 @@ class QAST::BVal is QAST::Node {
method evaluate_unquotes(@unquotes) {
self
}
method dump_extra_node_info() { ~$!value }
method dump_extra_node_info() { ~$!value.cuid }
}

0 comments on commit d6f0f6f

Please sign in to comment.