Skip to content

Commit e39ea23

Browse files
committed
🌟 add fallback for iOS
1 parent 597d27e commit e39ea23

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.theapache64.rebugger
22

33
internal actual fun findComposableName() : String?{
4-
return null // TODO
4+
return "Composable" // TODO
55
}

rebugger/src/jsMain/kotlin/com/theapache64/rebugger/Rebugger.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.theapache64.rebugger
22

3-
4-
53
internal actual fun findComposableName() : String?{
64
val error = Error("dummy")
75
return error.stackTraceToString()

0 commit comments

Comments
 (0)