We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958360b commit 15025d0Copy full SHA for 15025d0
1 file changed
apps/sim/executor/resolver/resolver.ts
@@ -572,6 +572,7 @@ export class InputResolver {
572
if (!Array.isArray(arrayValue)) {
573
throw new Error(
574
`Property "${arrayName}" is not an array in path "${path}" for starter block.`
575
+
576
)
577
}
578
0 commit comments