We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e5996 commit 8307ed3Copy full SHA for 8307ed3
1 file changed
src/cfg-resolve.js
@@ -57,7 +57,8 @@ export default ({input, flags = {}}) => {
57
}
58
59
if (!config && !use) {
60
- ({config} = explorer.search());
+ const search = explorer.search();
61
+ config = search?.config;
62
63
64
if (config?.root) {
0 commit comments