phone-number-extractor icon indicating copy to clipboard operation
phone-number-extractor copied to clipboard

reject promises with an error type object

Open clindsey opened this issue 7 years ago • 0 comments

reject("Unsupported county code "undefined". Supported codes are "AU" (Australia) and "US" (United States)")

causes this warning

Warning: a promise was rejected with a non-error: [object String]

clindsey avatar Jul 10 '17 18:07 clindsey