Skip to content

Commit

Permalink
package names within error texts
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Dec 5, 2015
1 parent 4220538 commit e96f272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ AccountsTemplates.configureRoute = function(route, options) {
if (Package['kadira:blaze-layout']) {
var BlazeLayout = Package['kadira:blaze-layout'].BlazeLayout;
} else {
throw new Error("useraccounts:flow-routing requires that your project includes the BlazeLayout package.");
throw new Error("useraccounts:flow-routing requires that your project includes kadira:blaze-layout package.");
}

// Strings are assumed to be Blaze template names
Expand All @@ -184,7 +184,7 @@ AccountsTemplates.configureRoute = function(route, options) {
if (Package['kadira:react-layout']) {
var ReactLayout = Package['kadira:react-layout'].ReactLayout;
} else {
throw new Error("useraccounts:flow-routing requires that your project includes the react-layout package.");
throw new Error("useraccounts:flow-routing requires that your project includes kadira:react-layout package.");
}

if (Package['gwendall:blaze-to-react']) {
Expand Down

0 comments on commit e96f272

Please sign in to comment.