Skip to content

Commit

Permalink
update rror
Browse files Browse the repository at this point in the history
  • Loading branch information
purge committed Nov 14, 2013
1 parent ecec9cb commit e360111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ define(['require', 'lib/bonzo/bonzo', 'lib/qwery/qwery', 'lib/bean/bean', 'domRe
bean.fire(this, "rendered:" + pkg.id,[res]);
bean.fire(pkg, "rendered", [res]);
} else {
throw("bundle should return a function to bootstrap" + bundle.location);
throw("bundle should return a function to bootstrap: " + pkg.url);
}
};

Expand Down

0 comments on commit e360111

Please sign in to comment.