Skip to content

splitDeviceRe has no exec method #2

@UlrichAlt

Description

@UlrichAlt

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) != ':';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions