mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
Remove stray newline.
This commit is contained in:
parent
b75a779540
commit
b40ac54fdd
1 changed files with 0 additions and 1 deletions
|
@ -666,7 +666,6 @@ const sb2import = function (json, runtime, optForceSprite, zip) {
|
||||||
extensionIDs: new Set(),
|
extensionIDs: new Set(),
|
||||||
extensionURLs: new Map()
|
extensionURLs: new Map()
|
||||||
};
|
};
|
||||||
|
|
||||||
return parseScratchObject(json, runtime, extensions, !optForceSprite, zip)
|
return parseScratchObject(json, runtime, extensions, !optForceSprite, zip)
|
||||||
.then(targets => ({
|
.then(targets => ({
|
||||||
targets,
|
targets,
|
||||||
|
|
Loading…
Reference in a new issue