Skip to content

Commit 36c02f3

Browse files
author
Miyo Sho
authored
Expose Variable on the VM exports (#237)
1 parent 56825e3 commit 36c02f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/virtual-machine.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ class VirtualMachine extends EventEmitter {
221221
Sprite,
222222
RenderedTarget,
223223
JSZip,
224+
Variable,
224225

225226
i_will_not_ask_for_help_when_these_break: () => {
226227
console.warn('You are using unsupported APIs. WHEN your code breaks, do not expect help.');

0 commit comments

Comments
 (0)