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

🐞 Color residue #109

Closed
keob opened this issue Feb 11, 2020 · 5 comments
Closed

🐞 Color residue #109

keob opened this issue Feb 11, 2020 · 5 comments

Comments

@keob
Copy link

keob commented Feb 11, 2020

Fiber version/commit
v1.4.2

Issue description
When I run the build binary and exit color residue.(cmd, powershell,powershell core)

Expected behavior
no color residue

Steps to reproduce
In windows: run binary

Code snippet

package main

import "github.com/gofiber/fiber"

func main() {
	app := fiber.New()

	app.Get("/", func(c *fiber.Ctx) {
		c.Send("Hello World!")
	})

	app.Listen("localhost:8080")
}

image

@keob keob added the bug label Feb 11, 2020
@welcome
Copy link

welcome bot commented Feb 11, 2020

Thanks for opening your first issue here! 🎉 Be sure to follow the issue template!

@keob keob mentioned this issue Feb 11, 2020
@Fenny
Copy link
Member

Fenny commented Feb 11, 2020

At least the important parts are visible 😄
But jokes aside, we might change the dark gray to default color.

@keob
Copy link
Author

keob commented Feb 11, 2020

Adding a new line can solve it。
you can see this https://github.com/gofiber/fiber/pull/110/files file changed

@Fenny
Copy link
Member

Fenny commented Feb 11, 2020

@keob, that didn't do the trick for me.
I reset the gray to default in this PR: #115

Should be fine now

@keob
Copy link
Author

keob commented Feb 11, 2020

Ok🤞😊

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.

2 participants