Skip to content

Commit

Permalink
chore: Backport #3875 to web (#3880)
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Brown <richb.hanover@gmail.com>
  • Loading branch information
prql-bot and richb-hanover authored Dec 1, 2023
1 parent 04e97b4 commit f2f6e22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/playground/src/workbench/Workbench.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ class Workbench extends React.Component {
if (e instanceof WebAssembly.RuntimeError) {
this.setState({
prqlError:
"A compiler bug encountered. Please report this to https://github.com/PRQL/prql/issues/new/choose",
"A compiler bug was encountered. Please copy/paste the PRQL query into a new report at:\n" +
" https://github.com/PRQL/prql/issues/new?template=bug_report.yaml",
});
return;
}
Expand Down

0 comments on commit f2f6e22

Please sign in to comment.