Skip to content

Commit

Permalink
Instruct users to manually add log if opencuts failed
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoTheThird committed Oct 4, 2021
1 parent a4d7186 commit d687ec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ class Reporter {
async sendBugReport(data, token) {
const logfile = await log.get();
const runUrl = this.sendOpenCutsRun(token, data, logfile).catch(
() => "*N/A*"
() =>
"*N/A* <!-- Uploading logs failed. Please add them manually: https://github.com/ubports/ubports-installer#logs -->"
);
shell.openExternal(
`https://github.com/ubports/ubports-installer/issues/new?title=${encodeURIComponent(
Expand Down

0 comments on commit d687ec3

Please sign in to comment.