We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47336bf + 9416497 commit d83763eCopy full SHA for d83763e
1 file changed
src/gitlabHelper.ts
@@ -133,7 +133,8 @@ export class GitlabHelper {
133
).data;
134
return Buffer.from(data, 'binary');
135
} catch (err) {
136
- console.error(`Could not download attachment #${relurl}: ${err.response.statusText}`);
+ console.error(`Could not download attachment ${relurl}: ${err.response.statusText}`);
137
+ console.error('Is your session cookie still valid?');
138
return null;
139
}
140
0 commit comments