-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Bug Report or Feature Request (mark with an x
)
- [x ] bug report -> please search issues before submitting
Versions
$ node --version
v8.9.4
$ npm --version
5.6.0
$ ng --version
Angular CLI: 6.0.3
Node: 8.9.4
OS: win32 x64
Angular: 6.0.0
Repro steps
execute ng lint
on any project
The log given by the failure
The message on completion is always duplicated, see below.
Desired functionality
The completion message should not be duplicated
amir-zahedi, ivijan, ERPG and pcroc