Skip to content

Commit 6c39f3f

Browse files
committed
Add HTTP status to not found response
1 parent 7191207 commit 6c39f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension-control/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const existsOnOpenVSX = async (id: string) => {
4444
return true;
4545
}
4646

47-
console.log(`Extension ${id} does not exist on OpenVSX.`);
47+
console.log(`Extension ${id} does not exist on OpenVSX. (HTTP ${response.status})`);
4848
return false;
4949
};
5050

0 commit comments

Comments
 (0)