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 11{
22 "name" : " @biesbjerg/ngx-translate-extract" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " Extract strings from projects using ngx-translate" ,
55 "main" : " dist/index.js" ,
66 "typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ export class ExtractTask implements TaskInterface {
104104
105105 if ( this . _options . clean ) {
106106 const collectionCount = processedCollection . count ( ) ;
107- processedCollection = processedCollection . intersect ( processedCollection ) ;
107+ processedCollection = processedCollection . intersect ( collection ) ;
108108 const removeCount = collectionCount - processedCollection . count ( ) ;
109109 if ( removeCount > 0 ) {
110110 this . _out ( chalk . dim ( '- removed %d obsolete strings' ) , removeCount ) ;
You can’t perform that action at this time.
0 commit comments