(str)
| 93 | } |
| 94 | |
| 95 | function removeColors(str) { |
| 96 | return StringPrototypeReplace(str, colorRegExp, ''); |
| 97 | } |
| 98 | |
| 99 | function isError(e) { |
| 100 | // An error could be an instance of Error while not being a native error |
no outgoing calls
no test coverage detected
searching dependent graphs…