mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-08-28 22:18:45 -04:00
refactor($lib): Remove runtime properties from sb3 schema that aren't ne
This commit is contained in:
parent
663d6ee8e6
commit
faa0cdd30c
2 changed files with 1 additions and 7 deletions
2
index.js
2
index.js
|
@ -25,7 +25,7 @@ module.exports = function (input, callback) {
|
|||
};
|
||||
|
||||
// First unpack the input (need this outside of the async waterfall so that
|
||||
// unoackedProject can be refered to again)
|
||||
// unpackedProject can be refered to again)
|
||||
unpack(input, function(err, unpackedProject) {
|
||||
if (err) {
|
||||
return callback(err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue