Run prettier

This commit is contained in:
Leonid Logvinov
2018-12-19 15:40:27 +01:00
parent f832e035da
commit 86a9375d04

View File

@@ -146,7 +146,9 @@ export class Compiler {
logUtils.logWithTime('Found 0 errors. Watching for file changes.');
} catch (err) {
if (err.typeName === 'CompilationError') {
logUtils.logWithTime(`Found ${err.errorsCount} ${pluralize('error', err.errorsCount)}. Watching for file changes.`);
logUtils.logWithTime(
`Found ${err.errorsCount} ${pluralize('error', err.errorsCount)}. Watching for file changes.`,
);
} else {
logUtils.logWithTime('Found errors. Watching for file changes.');
}