Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jul 25, 2024
1 parent 2d89272 commit d02097f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/core/assets/src/core-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ heartbeat.startPolling();
i18nSetup().then(coreApp.ready);

// these shall be responsibe for catching runtime errors
Vue.config.errorHandler = function(err) {
Vue.config.errorHandler = function (err) {
logging.error(`Unexpected Error: ${err}`);
const error = new VueErrorReport(err);
ErrorReportResource.report(error);
Expand Down

0 comments on commit d02097f

Please sign in to comment.