owl-cli 7.26.0 → 7.27.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.
@@ -148,7 +148,10 @@ var @projectCodeService = (function (pigeon) {
148
148
  }
149
149
  if (v.indexOf('$') == 0) {
150
150
  var fullkey = v.substring(1)
151
- return f.getValue(fullkey, env)
151
+ var newValue = f.getValue(fullkey, env);
152
+ if(newValue){
153
+ return newValue;
154
+ }
152
155
  }
153
156
  return v
154
157
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "7.26.0",
3
+ "version": "7.27.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {