Show More
Commit Description:
fix wrong merge
Commit Description:
fix wrong merge
References:
File last commit:
Show/Diff file:
Action:
node_modules/ext/docs/thenable_/finally.md
| 9 lines
| 225 B
| text/x-minidsrc
| MarkdownLexer
|
thenable.finally
(ext/thenable_/finally)
finally
method for any thenable input
const finally = require("ext/thenable_/finally"); finally.call(thenable, () => console.log("Thenable resolved"));