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
In path.dart, the matching functions should be adapted like in here:
// windows version
exports.normalize = (String path) {
var result = splitDeviceRe.firstMatch(path);
var device = or(result.str, '');
var isUnc = device != null && device.substring(1,1) != ':';
The text was updated successfully, but these errors were encountered:
In path.dart, the matching functions should be adapted like in here:
The text was updated successfully, but these errors were encountered: