Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

fix(logger): close opened file descriptor in '.setWrite()' (for unit tests on windows)#5411

Open
yadimon wants to merge 1 commit into
angular:masterfrom
yadimon:bugfix-unit-tests-on-windows
Open

fix(logger): close opened file descriptor in '.setWrite()' (for unit tests on windows)#5411
yadimon wants to merge 1 commit into
angular:masterfrom
yadimon:bugfix-unit-tests-on-windows

Conversation

@yadimon

@yadimon yadimon commented Mar 15, 2020

Copy link
Copy Markdown

windows does not really unlink file, if fd is opened.
(see https://stackoverflow.com/a/20801823/2519073)
the unit tests failing because of this

windows does not really unlink file, if fd is opened.
(see https://stackoverflow.com/a/20801823/2519073)
the unit tests failing because of this
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

2 participants