Content-Length: 256561 | pFad | https://github.com/NativeScript/nativescript-cli/commit/25c3d67ff92980b45326a4cc5043561bba393598

DF fix: typings path separator on windows (#5812) · NativeScript/nativescript-cli@25c3d67 · GitHub
Skip to content

Commit 25c3d67

Browse files
authored
fix: typings path separator on windows (#5812)
1 parent 16064af commit 25c3d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/typings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class TypingsCommand implements ICommand {
7777
}
7878

7979
const items = res.map((item) => {
80-
const [group, artifact, version, sha1, file] = item.split("/");
80+
const [group, artifact, version, sha1, file] = item.split(path.sep);
8181
return {
8282
id: sha1 + version,
8383
group,

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/NativeScript/nativescript-cli/commit/25c3d67ff92980b45326a4cc5043561bba393598

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy