From ee7bf897d75d90dae0e3d7fcd8d68c85edd4fefc Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Tue, 15 Jun 2021 12:24:53 +0100 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0437a4b..c234f1e 100644 --- a/index.js +++ b/index.js @@ -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}`)