We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59bb91 commit b66aa9aCopy full SHA for b66aa9a
src/cli/index.ts
@@ -22,8 +22,8 @@ const cli = async () => {
22
23
try {
24
const { loadedConfig, loadedConfigPath } = await loadConfig(configPath);
25
- const results = await run(await buildOptions(input, loadedConfig));
26
logger.start(loadedConfigPath);
+ const results = await run(await buildOptions(input, loadedConfig));
27
logger.results(results);
28
} catch (error) {
29
logger.error(error);
0 commit comments