Skip to content

Commit

Permalink
tweak copy to mention deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Nov 15, 2022
1 parent bdaf16f commit 40ac2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-auto/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ for (const candidate of adapters) {

console.log(`Successfully installed ${candidate.module}.`);
console.warn(
`If you plan on staying on this deployment platform, consider switching out @sveltejs/adapter-auto for ${candidate.module} for faster and more robust installs.`
`\nIf you plan on staying on this deployment platform, consider replacing @sveltejs/adapter-auto with ${candidate.module}. This will give you faster and more robust installs, and more control over deployment configuration.\n`
);
} catch (e) {
throw new Error(
Expand Down

0 comments on commit 40ac2af

Please sign in to comment.