Using undefined instead of "<unknown>" for UI
This commit is contained in:
parent
b2d23d6e10
commit
839766a065
2 changed files with 12 additions and 10 deletions
|
|
@ -525,9 +525,9 @@ export class MI2 extends EventEmitter implements IBackend {
|
|||
let from = parseInt(MINode.valueOf(element, "@frame.from"));
|
||||
ret.push({
|
||||
address: addr,
|
||||
fileName: filename || "",
|
||||
file: file || "<unknown>",
|
||||
function: func || from || "<unknown>",
|
||||
fileName: filename,
|
||||
file: file,
|
||||
function: func || from,
|
||||
level: level,
|
||||
line: line
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue