Home
last modified time | relevance | path

Searched refs:maxWarningLineLength (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/
H A DmetroErrorInterface.ts65 const maxWarningLineLength = Math.max(200, process.stdout.columns); constant
70 .some((line) => line.length > maxWarningLineLength);