Skip to content

Replaced Promise.finally usage with .then().catch() chain

Mihail Radkov requested to merge bugfix/remove-promise-finally into master

It's not supported in Node v8.x and is causing tests/builds to fail.

Merge request reports