rbx_cookie
does not consider WSL as a windows operating system
#231
Labels
bug
Something isn't working
rbx_cookie
does not consider WSL as a windows operating system
#231
Describe the bug
If the user is running inside WSL it should still grab the cookie from
wincred
for the running studio instance.Expected behavior
I was trying to debug an issue as to why another programmer couldn't get their cookie, until I realised they're running inside WSL. When
rbx_cookie
is compiled for linux it will returnNone
, which is not helpful inside WSL. It should return the cookie for the running studio instnace.To Reproduce
rbx_cookie::get()
from WSLThe text was updated successfully, but these errors were encountered: