Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 1, 2024
1 parent ca2afdc commit e9b05c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export function generateCodeFrame(

const lineLength = lines[j].length

// to long, maybe it's a minified file, skip for codeframe
// too long, maybe it's a minified file, skip for codeframe
if (stripAnsi(lines[j]).length > 200)
return ''

Expand Down

0 comments on commit e9b05c4

Please sign in to comment.