Skip to content

Commit 7f1c4a2

Browse files
committed
scene.ts changes for MicroData debugging
1 parent 583aa1f commit 7f1c4a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scene.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,10 @@ namespace user_interface_base {
155155

156156
private currScene(): Scene {
157157
if (this.scenes.length) {
158+
basic.showString("ye");
158159
return this.scenes[this.scenes.length - 1]
159160
}
161+
basic.showString("undef")
160162
return undefined
161163
}
162164
}

0 commit comments

Comments
 (0)