mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-04-11 03:15:49 +02:00
Improve error report
This commit is contained in:
parent
682d414f16
commit
302a2b2d1d
@ -228,7 +228,7 @@ private fun getKeyValuePairs(
|
||||
"Is Snapshot" to java.lang.Boolean.toString(appInfo.build.isSnapshot),
|
||||
"App Build" to appInfo.build.asString(),
|
||||
"Last Action" to error.lastAction,
|
||||
"error.message" to error.message,
|
||||
"error.message" to error.stackTrace.lines()[0],
|
||||
"error.stacktrace" to error.stackTrace)
|
||||
for (attachment in error.attachments) {
|
||||
params["attachment.name"] = attachment.path
|
||||
|
Loading…
Reference in New Issue
Block a user