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

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Jun 15, 2021
1 parent 95a7870 commit ee7bf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = app => {
};

// Max github body is 65536 characters... we are a little conservative.
report = report.substring(0, 65000)
report = report.substr(-65000)

if (report.error) {
app.log(`error: ${report.stderr}`)
Expand Down

0 comments on commit ee7bf89

Please sign in to comment.