Skip to content

Commit c550e9e

Browse files
committed
Add comment
1 parent 08e13f2 commit c550e9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/legacy/legacy-data-mixin.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
if (this._legacyUndefinedCheck && args.length > 1) {
6060
for (let i=0; i<args.length; i++) {
6161
if (vals[i] === undefined) {
62+
// Break out of effect's control flow; will be caught in
63+
// wrapped property effect function below
6264
throw new UndefinedArgumentError(`argument '${args[i].name}' is undefined; ensure it has an undefined check`);
6365
}
6466
}

0 commit comments

Comments
 (0)