Skip to content

Commit

Permalink
Merge pull request matrix-org#1799 from matrix-org/travis/error1
Browse files Browse the repository at this point in the history
Actually print IndexedDB command error if there is one
  • Loading branch information
turt2live authored Jul 20, 2021
2 parents b936b4a + ea646c6 commit fb315ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/indexeddb-remote-backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export class RemoteIndexedDBStoreBackend implements IIndexedDBBackend {
def.reject(error);
}
} else {
logger.warn("Unrecognised message from worker: " + msg);
logger.warn("Unrecognised message from worker: ", msg);
}
};
}
Expand Down

0 comments on commit fb315ac

Please sign in to comment.