PR review

This commit is contained in:
Martin McKeaveney 2020-11-06 18:00:25 +00:00
parent 6e02f1f1c6
commit 0928b8496f
1 changed files with 2 additions and 0 deletions

View File

@ -23,7 +23,9 @@ async function startApp() {
showDialog: true,
reportButton: error => {
openNewGitHubIssue({
title: error.message,
user: "Budibase",
labels: ["error-report"],
repo: "budibase",
body: `### Error that occurred when using the budibase builder:\n\`\`\`\n${
error.stack