forked from OSchip/llvm-project
parent
11ac39722c
commit
dfaa0f3a81
|
@ -154,7 +154,7 @@ unsigned Process::StandardErrColumns() {
|
|||
}
|
||||
|
||||
// The terminal always has colors.
|
||||
bool FileDescriptorHasColors(int fd) {
|
||||
bool Process::FileDescriptorHasColors(int fd) {
|
||||
return FileDescriptorIsDisplayed(fd);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue