Skip to content
Snippets Groups Projects
Commit f1ff5401 authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

Error memes

parent 1616827a
No related branches found
No related tags found
No related merge requests found
Pipeline #31318 passed
...@@ -114,13 +114,8 @@ private object SheetsModal: ModalType { ...@@ -114,13 +114,8 @@ private object SheetsModal: ModalType {
} catch (e: dynamic) { } catch (e: dynamic) {
val thr = e as? Exception ?: e as? Throwable val thr = e as? Exception ?: e as? Throwable
console.log(e) console.log(e)
var str = "$e" thr?.printStackTrace()
if (thr != null) { window.alert("$e")
thr.printStackTrace()
str += "\n"
str += thr.stackTraceToString()
}
window.alert(str)
} }
} }
(document.getElementById(closeId) as HTMLElement).click() (document.getElementById(closeId) as HTMLElement).click()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment