mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
parent
ba1f217004
commit
a586c5d9cd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ test('calling a custom block with no definition does not throw', t => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const util = {
|
const util = {
|
||||||
getProcedureParamNamesAndIds: () => [null, null],
|
getProcedureParamNamesAndIds: () => null,
|
||||||
stackFrame: {
|
stackFrame: {
|
||||||
executed: false
|
executed: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue