ui: return throw for log parser (for consistency)
This commit is contained in:
parent
f7ddf82591
commit
99ddcd9708
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export function processLog(log: any): UnifiedLog[] {
|
|||
} else if (isDynatraceLog(log)) {
|
||||
return log.map(processDynatraceLog);
|
||||
} else {
|
||||
console.error("Unknown log format");
|
||||
throw new Error("Unknown log format");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue