Skip to content

Commit

Permalink
fix(runner): addresses crash on tests-scene (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgejecook authored May 30, 2023
1 parent d366831 commit d83a432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/source/Rooibos.bs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace rooibos
screen.show()

m.global = screen.getGlobalNode()
m.global.addFields({ "RooibosScene": scene })
m.global.addFields({ "testsScene": scene })

if scene.hasField("isReadyToStartTests") and scene.isReadyToStartTests = false
? "The scene is not ready yet - waiting for it to set isReadyToStartTests to true"
Expand Down

0 comments on commit d83a432

Please sign in to comment.