zhuth 7 лет назад
Родитель
Сommit
fbe902254e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      kanban-client/app/component/factory.dev.js

+ 1 - 1
kanban-client/app/component/factory.dev.js

@@ -55,7 +55,7 @@ class Factory extends React.Component {
             me.setState({
                 msg: {name: 'Error', message: message}
             });
-            console.log('parsing failed', ex.message);
+            console.log('parsing failed', ex);
         });
     }