owl-cli 6.90.0 → 6.91.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1034,7 +1034,7 @@ var @projectCodeService = (function (pigeon) {
1034
1034
  }
1035
1035
  }
1036
1036
  }
1037
- if(mfilters){
1037
+ if(mfilters && Array.isArray(mfilters) && mfilters.length>0){
1038
1038
  filters = filters.concat(mfilters);
1039
1039
  }
1040
1040
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.90.0",
3
+ "version": "6.91.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {