You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a regression introduced in [1].
The posix version of normalize should not treat backslash as a path
separator.
[1] 4ae320f2
PR-URL: #19520Fixes: #19519
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
I believe #19237 to be the culprit of this change.
I believe that PR unintentionally changed the behaviour of at least
path.resolve
which was not documented in the changelog.We have a specific test around
path.resolve
and it started failing after 9.9.0 was released. See https://travis-ci.org/thelounge/thelounge/jobs/356475798#L582https://github.com/thelounge/thelounge/blob/844ca1fbe602aa291b54085a6cf69198ea4a5390/test/src/helperTest.js#L14-L16
On 9.8.0 this happens:
But on 9.9.0 it seems that separator is changed to the OS specific one.
The text was updated successfully, but these errors were encountered: