Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj committed Feb 7, 2024
1 parent aa572e0 commit 1351ec8
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,7 @@ export default class ExportCommand extends Command {
log(exportConfig, `The log has been stored at '${path.join(exportDir, 'logs', 'export')}'`, 'success');
} catch (error) {
log({ data: exportDir } as ExportConfig, `Failed to export stack content - ${formatError(error)}`, 'error');
log(
{ data: exportDir } as ExportConfig,
`The log has been stored at ${exportDir
}`,
'info',
);
log({ data: exportDir } as ExportConfig, `The log has been stored at ${exportDir}`, 'info');
}
}
}

0 comments on commit 1351ec8

Please sign in to comment.