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

"Unterminated string literal" error in REPL #204

Closed
1 task
segevfiner opened this issue Mar 20, 2023 · 0 comments · Fixed by #205
Closed
1 task

"Unterminated string literal" error in REPL #204

segevfiner opened this issue Mar 20, 2023 · 0 comments · Fixed by #205
Labels
bug Something isn't working outdated

Comments

@segevfiner
Copy link

Bug description

Typing (await db.doc('foo/bla')).g in the REPL and then typing any additional key causes the error:

Transform failed with 1 error:
REPL18.js:1:23: ERROR: Unterminated string literal

To show up with each typed character

Reproduction

Type:

(await db.doc('foo/bla')).g

And then type any additional key.

Environment

System:
    OS: macOS 13.2.1
    CPU: (10) arm64 Apple M1 Pro
    Memory: 132.16 MB / 16.00 GB
    Shell: 5.8.1 - /bin/zsh
  Binaries:
    Node: 16.19.1 - ~/.nvm/versions/node/v16.19.1/bin/node
    npm: 9.6.2 - ~/.nvm/versions/node/v16.19.1/bin/npm

tsx v3.12.5
node v16.19.1

Can you work on a fix?

  • I’m interested in opening a pull request to address this issue.
@segevfiner segevfiner added bug Something isn't working pending triage labels Mar 20, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working outdated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants