Skip to content

Commit

Permalink
Closes #803
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 10, 2015
1 parent 07db635 commit 3c5055b
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 168 deletions.
2 changes: 1 addition & 1 deletion source/rock/middle/CoverDecl.ooc
Expand Up @@ -49,7 +49,7 @@ CoverDecl: class extends TypeDecl {

resolve: func (trail: Trail, res: Resolver) -> Response {
if (debugCondition()) {
"Resolving CoverDecl #{this}, template = #{template}" println()
"Resolving CoverDecl #{this}, template = #{template ? template toString() : "<none>"}" println()
}

if (template) {
Expand Down

0 comments on commit 3c5055b

Please sign in to comment.