Skip to content

Commit

Permalink
fix(network): typo in the log message (#183)
Browse files Browse the repository at this point in the history
closes #174
  • Loading branch information
derevnjuk committed Feb 1, 2023
1 parent e3fc48d commit 16743a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/network/DefaultHarExporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export class DefaultHarExporter implements HarExporter {
);
this.logger.err(
`The entry is missing as a result of an error in the 'transform' function.
s
The stack trace for this error is:
The stack trace for this error is:
${stack}`
);

Expand Down

0 comments on commit 16743a8

Please sign in to comment.