that was a weird typo

This commit is contained in:
Rich Harris
2018-02-13 22:08:29 -05:00
parent 7c6436a99c
commit 24980651c0

View File

@@ -3,9 +3,9 @@ import chalk from 'chalk';
export default async function upgrade() {
const upgraded = [
].filter(Boolean);
await upgrade_sapper_main()
].filter(Boolean);
if (upgraded.length === 0) {
console.log(`No changes!`);
}