Skip to content

Commit

Permalink
Add HTTP status to not found response
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Jul 25, 2024
1 parent 7191207 commit 6c39f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-control/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const existsOnOpenVSX = async (id: string) => {
return true;
}

console.log(`Extension ${id} does not exist on OpenVSX.`);
console.log(`Extension ${id} does not exist on OpenVSX. (HTTP ${response.status})`);
return false;
};

Expand Down

0 comments on commit 6c39f3f

Please sign in to comment.