Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix invalid character in datastore.js #443

Closed
wants to merge 2 commits into from

Conversation

elvisvoer
Copy link

Hi there,

I am using nedb with babel and I was getting

datastore.js:316 Uncaught SyntaxError: Unexpected token {

due to an invalid character in line 316 after the closing ')'.

Cheers,
Elvis

pi0 added a commit to nedbhq/nedb-core that referenced this pull request Nov 30, 2016
@pi0
Copy link

pi0 commented Nov 30, 2016

Merged into nedb3

@tony-thai
Copy link

Moving the bracket to line 317 (from the end of 316) worked for me.

@JamesMGreene
Copy link
Contributor

This PR is superseded by PR #501.

@elvisvoer elvisvoer closed this Dec 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants