Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'dev' into add-headers-to-markdown-files
  • Loading branch information
wackerow authored Dec 10, 2021
commit 479a1d97f6a0b37e9dfba8446f23a913dfec39ef
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const checkIsMdxOutdated = (path) => {
intlMatch += match.replace(re, (_, p1, p2) => p1 + p2)
})
} catch {
console.error("regex error", englishPath, path)
console.warn(`regex error in ${englishPath}`)
return true
}

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.