File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export class Compiler {
150
150
this . logger . logError ( '' )
151
151
this . logger . logError (
152
152
this . logger . colors . bgRed (
153
- `Cannot complete the build process as there are typescript errors. Use "--ignore-ts-error " flag to ignore Typescript errors`
153
+ `Cannot complete the build process as there are typescript errors. Use "--ignore-ts-errors " flag to ignore Typescript errors`
154
154
)
155
155
)
156
156
}
Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ test.group('Compiler', (group) => {
459
459
stream : 'stderr' ,
460
460
} ,
461
461
{
462
- message : `bgRed(Cannot complete the build process as there are typescript errors. Use "--ignore-ts-error " flag to ignore Typescript errors)` ,
462
+ message : `bgRed(Cannot complete the build process as there are typescript errors. Use "--ignore-ts-errors " flag to ignore Typescript errors)` ,
463
463
stream : 'stderr' ,
464
464
} ,
465
465
{
You can’t perform that action at this time.
0 commit comments