Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 2498065

Browse files
committed
that was a weird typo
1 parent 7c6436a commit 2498065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli/upgrade.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import chalk from 'chalk';
33

44
export default async function upgrade() {
55
const upgraded = [
6-
7-
].filter(Boolean);
86
await upgrade_sapper_main()
7+
].filter(Boolean);
8+
99
if (upgraded.length === 0) {
1010
console.log(`No changes!`);
1111
}

0 commit comments

Comments
 (0)