You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/04/11 23:20:12 UTC

[GitHub] [incubator-superset] michellethomas commented on a change in pull request #6959: bugfix: improve 'Time Table'

michellethomas commented on a change in pull request #6959: bugfix: improve 'Time Table'
URL: https://github.com/apache/incubator-superset/pull/6959#discussion_r274709480
 
 

 ##########
 File path: superset/assets/src/SqlLab/components/ExploreResultsButton.jsx
 ##########
 @@ -141,7 +141,9 @@ class ExploreResultsButton extends React.PureComponent {
         // open new window for data visualization
         exportChart(formData);
       })
-      .catch(() => {
+      .catch((e) => {
+        /* eslint no-console: 0 */
+        console.error(e);
 
 Review comment:
   Did you intend to include these console messages?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org