mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Fix linting
This commit is contained in:
parent
5b9d4ae23e
commit
007fe2ed53
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const parseProcedureArgIds = function (procCode) {
|
|||
return parseProcedureArgMap(procCode)
|
||||
.map(arg => arg.inputName)
|
||||
.filter(name => name); // Filter out unnamed inputs which are labels
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Flatten a block tree into a block list.
|
||||
|
|
Loading…
Reference in a new issue