We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16064af commit 25c3d67Copy full SHA for 25c3d67
lib/commands/typings.ts
@@ -77,7 +77,7 @@ export class TypingsCommand implements ICommand {
77
}
78
79
const items = res.map((item) => {
80
- const [group, artifact, version, sha1, file] = item.split("/");
+ const [group, artifact, version, sha1, file] = item.split(path.sep);
81
return {
82
id: sha1 + version,
83
group,
0 commit comments