Home
last modified time | relevance | path

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

/expo/tools/src/check-packages/
H A DrunPackageScriptAsync.ts33 consoleErrorOutput(error.stdout, 'stdout >', reset);
34 consoleErrorOutput(error.stderr, 'stderr >', red);
41 function consoleErrorOutput(output: string, label: string, color: (string) => string): void { function
/expo/tools/src/commands/
H A DAndroidNativeUnitTests.ts32 function consoleErrorOutput(output: string, label: string, colorifyLine: (string) => string): void { function
151 consoleErrorOutput(error.stdout, 'stdout >', chalk.reset);
152 consoleErrorOutput(error.stderr, 'stderr >', chalk.red);