Skip to content

Commit 60d8afa

Browse files
jasnelldanielleadams
authored andcommitted
doc: document that module.evaluate fulfills as undefined
Fixes: #37453 Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: #37663 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 013b3ff commit 60d8afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/vm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ in the ECMAScript specification.
587587
[`Error`][]. Existing handlers for the event that have been attached via
588588
`process.on('SIGINT')` are disabled during script execution, but continue to
589589
work after that. **Default:** `false`.
590-
* Returns: {Promise}
590+
* Returns: {Promise} Fulfills with `undefined` upon success.
591591

592592
Evaluate the module.
593593

0 commit comments

Comments
 (0)