diff --git a/NOTICE b/NOTICE index 56f50806c1..3e71e4e7bd 100644 --- a/NOTICE +++ b/NOTICE @@ -47,6 +47,7 @@ under the licensing terms detailed in LICENSE: * Yasushi Ando * Syed Jafri * Peter Hayman +* ApsarasX Portions of this software are derived from third-party works licensed under the following terms: diff --git a/src/flow.ts b/src/flow.ts index 7f302a706c..21680eaf8d 100644 --- a/src/flow.ts +++ b/src/flow.ts @@ -447,7 +447,6 @@ export class Flow { } default: throw new Error("concrete type expected"); } - assert(local.index >= 0); temps.push(local); }