Skip to content

Commit 75cd88f

Browse files
authored
Merge branch 'master' into dm-table
2 parents 39b7a4a + c9ce719 commit 75cd88f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/crashes/api/api.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,9 @@ plugins.setConfigs("crashes", {
550550
}
551551
}
552552
}
553+
if (!('name' in report) && 'error' in report) {
554+
data.name = (report.error.split('\n')[0] + "").trim();
555+
}
553556
if (report.custom) {
554557
for (let i in report.custom) {
555558
if (!data[i]) {

0 commit comments

Comments
 (0)