Skip to content

Commit a035e59

Browse files
Update lib/internal/vm.js
Co-authored-by: Chengzhong Wu <legendecas@gmail.com>
1 parent d8bc128 commit a035e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/vm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function isContext(object) {
4545
* @param {import('internal/modules/esm/utils').ImportModuleDynamicallyCallback | symbol | undefined} importModuleDynamically -
4646
* The importModuleDynamically function or undefined.
4747
* @param {string} hint - The hint for the option ID.
48-
* @returns {symbol | import('internal/modules/esm/utils').ImportModuleDynamicallyCallback} - The host-defined option
48+
* @returns {symbol} - The host-defined option id
4949
* ID.
5050
*/
5151
function getHostDefinedOptionId(importModuleDynamically, hint) {

0 commit comments

Comments
 (0)