Skip to content

Commit

Permalink
clarify message.
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 committed Apr 17, 2024
1 parent aca055c commit 7036576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default abstract class extends Command {
const stats = await stat(specFilePath);
this.metricsMetadata['file_creation_timestamp'] = stats.birthtimeMs;
} catch (e: any) {
// do nothing.
// Do nothing. Since if there is an error with the file, we are already collecting the error in the finally method of this class.
}
}
async finally(error: Error | undefined): Promise<any> {
Expand Down

0 comments on commit 7036576

Please sign in to comment.