weboptimizer 4.0.64 → 4.0.65

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "4.0.64",
3
+ "version": "4.0.65",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -376,7 +376,7 @@ const evaluateOrThrowError = (object, givenOptions = {}) => {
376
376
  filePath: configuration.path.context,
377
377
  ...givenOptions
378
378
  };
379
- if (typeof object === 'string') evaluateOrThrowErrorBase(object, {
379
+ if (typeof object === 'string') return evaluateOrThrowErrorBase(object, {
380
380
  async: options.async,
381
381
  scope: {
382
382
  filePath: options.filePath,