Temporarily add more logging, to try to catch failures on travis

This commit is contained in:
Richard van der Hoff 2017-01-18 17:22:41 +00:00
parent 7351223fd4
commit a16aeeef2a
2 changed files with 5 additions and 2 deletions

View file

@ -28,6 +28,7 @@ class MatrixDispatcher extends flux.Dispatcher {
* for.
*/
dispatch(payload, sync) {
console.log("Dispatch: "+payload.action);
if (sync) {
super.dispatch(payload);
} else {