@cenk1cenk2/oclif-common 3.0.0 → 3.0.1
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -625,7 +625,7 @@ var ConfigService = class {
|
|
|
625
625
|
this.logger.trace("Extending config from: %s", path);
|
|
626
626
|
return config;
|
|
627
627
|
} catch (e) {
|
|
628
|
-
this.logger.trace("Failed to extend config from: %s", e);
|
|
628
|
+
this.logger.trace("Failed to extend config from: %s", e.message);
|
|
629
629
|
return {};
|
|
630
630
|
}
|
|
631
631
|
})
|