diff options
| author | Drahflow <drahflow@gmx.de> | 2015-04-14 19:14:24 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-04-14 19:14:24 +0200 |
| commit | f101a402d7043e79f055d33150d2d95cdd3416f0 (patch) | |
| tree | a5687d67cee29502b6b40991fb49994d7dc627d0 /compiler/standardClient.ey | |
| parent | 07c207faf05373bcd409d19ff1c3c57516f69acd (diff) | |
Fix another co-iteration bug.
Diffstat (limited to 'compiler/standardClient.ey')
| -rw-r--r-- | compiler/standardClient.ey | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index 7e9d94b..e26dd14 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -783,7 +783,7 @@ [ type ] argTypes cat =argTypes [ 1 neg ] loops cat =loops } ? * - stageCalls [ stageCalls2 ] cat =stageCalls + [ stageCalls2 ] stageCalls cat =stageCalls } loop } each |
