Searched refs:consoleErrorOutput (Results 1 – 2 of 2) sorted by relevance
| /expo/tools/src/check-packages/ |
| H A D | runPackageScriptAsync.ts | 33 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 D | AndroidNativeUnitTests.ts | 32 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);
|