Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default async (context: PlatformContext, data: BeforeDownloadRequest): Pr
}
],
"offset": number
} = null;
};

try {
const artifactName = data.metadata.repoPath.path.substr(data.metadata.repoPath.path.lastIndexOf('/') + 1);
Expand Down Expand Up @@ -84,4 +84,4 @@ async function checkIfXrayAvailable(context: PlatformContext): Promise<boolean>
console.log(`Encountered error ${error.message} while checking for xray readiness. Allowing download with a warning`);
return false;
}
}
}