Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

throw StopIteration instead of new StopIteration() #78

Open
tschaub opened this issue Nov 30, 2009 · 0 comments
Open

throw StopIteration instead of new StopIteration() #78

tschaub opened this issue Nov 30, 2009 · 0 comments

Comments

@tschaub
Copy link

tschaub commented Nov 30, 2009

In engines/rhino/lib/zip.js line 30:

throw new StopIteration();

should be

throw StopIteration;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant