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: dont clear the console #6104

Merged
merged 1 commit into from
Apr 9, 2024
Merged

Conversation

milahu
Copy link
Contributor

@milahu milahu commented Apr 8, 2024

fix #6102

based on

$ grep -r console.clear packages
packages/create-qwik/index.ts:  console.clear();
packages/qwik/src/cli/add/run-add-interactive.ts:  console.clear();
packages/qwik/src/cli/run.ts:  console.clear();

Copy link

netlify bot commented Apr 8, 2024

👷 Deploy request for qwik-insights pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 1078efc

@PatrickJS PatrickJS changed the title dont clear the console fix: dont clear the console Apr 9, 2024
@PatrickJS PatrickJS enabled auto-merge (squash) April 9, 2024 00:33
@PatrickJS PatrickJS merged commit a12b0a0 into QwikDev:main Apr 9, 2024
22 of 23 checks passed
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.

[🐞] the qwik CLI should not clear the console history
2 participants