Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

splitDeviceRe has no exec method #2

Open
UlrichAlt opened this issue Jul 9, 2013 · 0 comments
Open

splitDeviceRe has no exec method #2

UlrichAlt opened this issue Jul 9, 2013 · 0 comments

Comments

@UlrichAlt
Copy link

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) != ':';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant