Skip to content

Commit

Permalink
Update dist/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Nov 29, 2022
1 parent a910866 commit 86d6ec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/parsers/java-junit/java-junit-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ export class JavaJunitParser implements TestParser {
let filePath
let line

if(details != null)
{
if (details != null) {
const src = this.exceptionThrowSource(details)
if (src) {
filePath = src.filePath
Expand Down

0 comments on commit 86d6ec5

Please sign in to comment.