Update dist/index.js

This commit is contained in:
Michal Dorner
2022-11-29 08:55:49 +01:00
parent a91086638b
commit 86d6ec5dd5
2 changed files with 7 additions and 6 deletions

View File

@@ -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