Skip to content

Commit

Permalink
Update packages/embed/src/index.js
Browse files Browse the repository at this point in the history
Co-Authored-By: compulim <compulim@users.noreply.github.com>
  • Loading branch information
Corina and compulim committed Apr 23, 2019
1 parent 8110846 commit ef69f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/embed/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function findService(servicingPlan, bot, requestedVersion = 'default') {
requestedVersion = actualVersion;
publicOnly = false;
} else {
warn(`Version "${ requestedVersion }" did not have a fallback plan, falling back to default version.`);
warn(`Version "${ requestedVersion }" did not have a fallback plan; falling back to default version.`);

requestedVersion = 'default';
publicOnly = true;
Expand Down

0 comments on commit ef69f9e

Please sign in to comment.