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
Use a raw string for console logging with path (#2177)
Fixes#2176
On windows a path can include a `\` followed by a letter that is not a
valid escape code in a Dart string. Prefix the string with `r` to make
it a raw string and log the path directly.
0 commit comments