Skip to content
This repository was archived by the owner on Aug 4, 2018. It is now read-only.

Conversation

@arxanas
Copy link

@arxanas arxanas commented May 10, 2016

Previously, an attempt to run node app.js would fail with this
mysterious and wholly unhelpful error:

undefined:24786
        throw errorReporter.errors;
        ^
<compile-source>:73:9: Duplicate declaration, specialrnd

Evidently, a declaration is duplicated if it is made across case bodies.

Previously, an attempt to run `node app.js` would fail with this
mysterious and wholly unhelpful error:

    undefined:24786
            throw errorReporter.errors;
            ^
    <compile-source>:73:9: Duplicate declaration, specialrnd

Evidently, a declaration is duplicated if it is made across case bodies.
@arxanas arxanas mentioned this pull request May 11, 2016
@arxanas arxanas closed this May 26, 2016
@arxanas arxanas deleted the syntax-update branch May 26, 2016 05:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant