mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
lint
This commit is contained in:
parent
0b4b32dcb0
commit
679efb28fd
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ const serialize = function (runtime, targetId) {
|
|||
const meta = Object.create(null);
|
||||
meta.semver = '3.0.0';
|
||||
meta.vm = vmPackage.version;
|
||||
if (runtime.origin) {
|
||||
if (runtime.origin) {
|
||||
meta.origin = runtime.origin;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue