mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #70] Panics on windows in cmd.exe: 'Couldn't enable color support: 87' #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Boscop on GitHub (Feb 12, 2020).
Original GitHub issue: https://github.com/bootandy/dust/issues/70
That's on Win 8.1. On another machine with Win 10 it works.
@bootandy commented on GitHub (Feb 13, 2020):
does
dust -cwork?@bootandy commented on GitHub (Mar 1, 2020):
above merge may fix this, we'll find out when I push a new release.
@bootandy commented on GitHub (Mar 3, 2020):
@cup I shipped version v0.5.1 which should disable colors on windows 8 and therefore (hopefully) stop it crashing. Did it work? [I do not have any windows boxes]
@bootandy commented on GitHub (Mar 15, 2020):
@Boscop Is this fixed in version v0.5.1 ?