parent
3826391ab9
commit
c3cd1d7cc7
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ var scratchblocks = function () {
|
|||
};
|
||||
|
||||
// For recognising list reporters & custom args
|
||||
if (info.shape === "reporter") {
|
||||
if (info.shape === "reporter" || info.shape === "boolean") {
|
||||
var name = info.spec;
|
||||
if (!(name in context.variable_reporters)) {
|
||||
context.variable_reporters[name] = [];
|
||||
|
|
Reference in a new issue