Skip to content

Commit

Permalink
Corrected npm collaborators detection
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Dec 8, 2022
1 parent d392e7c commit b7c7bf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Branch (`master/main/dev`) is optional.
-->

## Changelog
### **WORK IN PROGRESS**
* (bluefox) added better error logging

### 2.1.5 (2022-12-07)
* (bluefox) added check of `.releaseconfig.json` file

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,7 @@ function check(request, ctx, callback) {
}));
})
.catch(err => {
console.error('GLOBAL ERROR' + err);
console.error(`GLOBAL ERROR: ${err.toString()}, ${JSON.stringify(err)}`);

return callback(null, makeResponse(200, {
result: 'Errors found',
Expand Down

0 comments on commit b7c7bf5

Please sign in to comment.