Skip to content

Commit

Permalink
[fix] typo in migration task (#6070)
Browse files Browse the repository at this point in the history
Closes #6059
  • Loading branch information
dummdidumm authored Aug 19, 2022
1 parent ad673a7 commit 1efa3e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/old-berries-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte-migrate': patch
---

Fix typo in migration task
2 changes: 1 addition & 1 deletion packages/migrate/migrations/routes/migrate_server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
} from '../utils.js';
import * as TASKS from '../tasks.js';

const give_up = `${error('Update +page.server.js', TASKS.STANDALONE_ENDPOINT)}\n\n`;
const give_up = `${error('Update +server.js', TASKS.STANDALONE_ENDPOINT)}\n\n`;

/** @param {string} content */
export function migrate_server(content) {
Expand Down

0 comments on commit 1efa3e3

Please sign in to comment.