Skip to content

util: fix for inspecting promises

The upgrade to v8 4.6 removed ObjectIsPromise. This change utilizes v8::Value::IsPromise to verify that the argument is indeed a promise.

Ref: https://github.com/nodejs/node/pull/3197#issuecomment-145995043

Merge request reports

Loading