Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
Create build
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Blechschmidt committed Jan 20, 2022
1 parent dc2b185 commit dc068a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87385,7 +87385,7 @@ async function readPnpmLockfile(lockfilePath) {
}
}
function getGithubPackageDesc(uri) {
const result = /^github\.com\/([^/]+\/([^/]+))\/([0-9a-f]{40}).*$/.exec(uri);
const result = /^github\.com\/([^/]+\/([^/]+))\/([0-9a-f]{40})$/.exec(uri);
if (result == null) {
throw new Error("Error parsing github URI " + uri);
}
Expand Down

0 comments on commit dc068a0

Please sign in to comment.