Skip to content

Commit

Permalink
Add missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
damelang committed Oct 9, 2012
1 parent 0342ad9 commit 51f1242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compilers/js/nile-ast-resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,5 @@ nile.processdef.resolve = function(env)
}
env.popScope();
env.addProcessdef(this_);
return this_;
};

0 comments on commit 51f1242

Please sign in to comment.