We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a58ebf commit 8c6c33cCopy full SHA for 8c6c33c
index.js
@@ -8,5 +8,6 @@
8
'use strict';
9
10
module.exports = function() {
11
+ // Regex is modified from the split device regex in the node.js path module.
12
return /^([a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?([\\\/])?/;
13
};
0 commit comments