-
Type: Task
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: CLI Module
-
None
-
2
-
Not Needed
-
Iteration Nodosaurus, Iteration Oviraptor
prints a warning in Node.js 21, because we are defining .eval for async repls as an async function (for convenience, so that we can use async/await inside the function):
We should just ensure that the overridden .eval does not actually return a Promise.