mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-02 03:15:22 -08:00
Update dist/index.js
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user