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

Single-quoted string do not support string interpolation #bug #303

Closed
stevegee1 opened this issue Nov 20, 2023 · 0 comments · Fixed by #304
Closed

Single-quoted string do not support string interpolation #bug #303

stevegee1 opened this issue Nov 20, 2023 · 0 comments · Fixed by #304

Comments

@stevegee1
Copy link
Contributor

stevegee1 commented Nov 20, 2023

Code line: 155

path: path

code snippet:
Screenshot 2023-11-20 at 12 41 14 PM

Issue: static async connect() throws error with ${storedIdentities} treated as literal characters, not as an expression for interpolation.

Relsoved issue:
Screenshot 2023-11-20 at 12 51 30 PM

@stevegee1 stevegee1 changed the title Single-quoted string do not support string interpolation Single-quoted string do not support string interpolation #bug Nov 20, 2023
@frankhinek frankhinek linked a pull request Nov 20, 2023 that will close this issue
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 a pull request may close this issue.

1 participant