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

Generate Code Snippet gives junk values in clipboard if l2.env file is not found in the present/parent directories. #21

Open
lovestaco opened this issue May 11, 2023 · 1 comment

Comments

@lovestaco
Copy link
Contributor

�[90m9:19PM�[0m �[32mINF�[0m Didn't find l2.env in the API directory �[36mType=�[0mPreprocess
const url = 'http://localhost:8000/polls/alldata';
const options = {method: 'get'};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
@shrsv
Copy link
Contributor

shrsv commented Aug 6, 2023

Couldn't reproduce the issue in #30 (v1.5.5). I am assuming this was addressed somewhere in between the report and now?

LinceMathew pushed a commit that referenced this issue Dec 28, 2023
LinceMathew pushed a commit that referenced this issue Dec 28, 2023
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

No branches or pull requests

2 participants