-
Notifications
You must be signed in to change notification settings - Fork 9
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
Compilation error #5
Comments
aspiers
pushed a commit
to aspiers/chrome-session-dump
that referenced
this issue
Nov 6, 2022
Literal newlines need to be inside backticks not double quotes. Fixes lemnos#5.
actually, the correct fix is to replace the newline and the following tabs and spaces by the text “chrome” (not including the quote marks). you can see the erroneous edit happened as part of commit 1a41842 on 2021-12-21. |
aspiers
pushed a commit
to aspiers/chrome-session-dump
that referenced
this issue
Sep 1, 2024
Literal newlines need to be inside backticks not double quotes. Fixes lemnos#5.
Good catch; updated the PR accordingly. Not sure why I didn't spot that myself! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fix: replace double-quotes
"
by backticks `https://github.com/lemnos/chrome-session-dump/blob/master/chrome-session-dump.go#L512-L513
The text was updated successfully, but these errors were encountered: