Skip to content

Commit 715b583

Browse files
jg-rpMarcono1234
andauthored
Update src/path/parse.ts
Fix typo Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
1 parent 461e0f4 commit 715b583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/path/parse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ export class Parser {
548548
const ch = value[index];
549549
if (ch === "\\") {
550550
// Handle escape sequences
551-
index += 1; // Move past '/'
551+
index += 1; // Move past '\'
552552

553553
switch (value[index]) {
554554
case '"':

0 commit comments

Comments
 (0)