mirror of
https://github.com/smogon/sprites.git
synced 2026-04-24 14:57:28 -05:00
deploy: baseName -> basename
guess I should move this to typescript at some point
This commit is contained in:
parent
aa77ccb6bb
commit
b4004eb571
|
|
@ -83,7 +83,7 @@ const ENV = {
|
|||
addPair(pathlib.join(path, name), name);
|
||||
}
|
||||
} else {
|
||||
addPair(path, pathlib.baseName(path));
|
||||
addPair(path, pathlib.basename(path));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user