Skip to content

Commit

Permalink
Merge pull request #87 from mahnuh/master
Browse files Browse the repository at this point in the history
Fix 'logger is not defined' error
  • Loading branch information
paulgv authored May 10, 2018
2 parents 7095439 + 59039bd commit 65bc091
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 65bc091

Please sign in to comment.