Skip to content

Commit

Permalink
tag diffs are always a text diff anyways (github#30987)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsese authored Sep 21, 2022
1 parent 3330685 commit cc171a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/i18n/msft-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import gitDiff from 'git-diff'
import _ from 'lodash'

function getGitDiff(a, b) {
return gitDiff(a, b, { flags: '--ignore-all-space' })
return gitDiff(a, b, { flags: '--text --ignore-all-space' })
}

function getMissingLines(diff) {
Expand Down

0 comments on commit cc171a2

Please sign in to comment.