Merge pull request #189 from sveltejs/introduce-spelling-error

use wrong spelling of "grey"
This commit is contained in:
Rich Harris
2018-03-10 20:45:56 -05:00
committed by GitHub

View File

@@ -185,7 +185,7 @@ export default async function dev(port: number) {
console.log(`${hidden} duplicate ${hidden === 1 ? 'warning' : 'warnings'} hidden\n`);
}
} else {
console.log(`${clorox.bold.green(`${name}`)} ${clorox.grey(`(${prettyMs(info.time)})`)}`);
console.log(`${clorox.bold.green(`${name}`)} ${clorox.gray(`(${prettyMs(info.time)})`)}`);
}
result(info);