Update src/components/views/dialogs/TimelineExplosionDialog.js

Co-Authored-By: turt2live <travpc@gmail.com>
This commit is contained in:
J. Ryan Stinnett 2019-03-25 11:33:31 -06:00 committed by GitHub
parent e5f7563dec
commit 3e676454b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ export default class TimelineExplosionDialog extends React.Component {
sendLogs: true, sendLogs: true,
progressCallback: this._sendProgressCallback, progressCallback: this._sendProgressCallback,
}).then(() => { }).then(() => {
console.log("logs sent for timeline explosion - reloading riot"); console.log("Logs sent for timeline explosion - reloading Riot");
window.location.reload(); window.location.reload();
}, (err) => { }, (err) => {
console.error("Error sending logs for timeline explosion - reloading anyways. ", err); console.error("Error sending logs for timeline explosion - reloading anyways. ", err);