Skip to content

Commit 5ef2a8d

Browse files
jasnelltargos
authored andcommitted
doc: document that module.evaluate fulfills as undefined
Fixes: #37453 Signed-off-by: James M Snell <[email protected]> PR-URL: #37663 Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent e299054 commit 5ef2a8d

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)