Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
John Schulz committed Nov 6, 2020
1 parent 3b5f228 commit a0f5218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ export const deletePackageCache = (name: string, version: string) => {
deleteArchiveFilelist(name, version);

// delete cached archive files
// this has been populated in unpackRegistryPackageToCache()
// this has been populated in unpackArchiveToCache()
paths?.forEach((path) => cacheDelete(path));
};

0 comments on commit a0f5218

Please sign in to comment.