Skip to content

Commit

Permalink
Fix 'logger is not defined' error
Browse files Browse the repository at this point in the history
  • Loading branch information
mahnuh authored May 10, 2018
1 parent 7095439 commit 59039bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function loadLanguageAsync (i18n, locale) {
i18n.loadedLanguages.push(locale)
return messages
} catch (error) {
logger.error(error)
console.error(error)
}
<% } %>
} else {
Expand Down

0 comments on commit 59039bd

Please sign in to comment.