Skip to content

Commit

Permalink
Merge pull request #1468 from SynBioHub/logSubmitPluginErr
Browse files Browse the repository at this point in the history
Add print on submit plugin error
  • Loading branch information
cjmyers authored Sep 2, 2021
2 parents f22d619 + 14eca74 commit 57f0033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/views/submit.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async function submitPlugin (pluginIdx, filename) {
console.log(`Plugin returned ${resultFilename}`)
return resultFilename
} catch (err) {
console.error(err)
console.error('There was an error with a submit plugin.')
console.log('Falling back to default submit')
return filename
Expand Down

0 comments on commit 57f0033

Please sign in to comment.