We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e84184 commit f0e77b8Copy full SHA for f0e77b8
lib/blocks/jsdebug.js
@@ -390,7 +390,7 @@ function checkArgsTypes(method, args) {
390
var params = method.params;
391
var maxOptionals = params.length - (params.length - getOptionalParamsCount(method.params));
392
var paramIndex = 0;
393
- var passDetailValues = blocks.queries[method.name].passDetailValues;
+ var passDetailValues = blocks.queries[method.name] && blocks.queries[method.name].passDetailValues;
394
var currentErrors;
395
var param;
396
var value;
0 commit comments