-
Notifications
You must be signed in to change notification settings - Fork 713
Closed
Closed
Crash on Node.js 24: "isDate is not a function"#1480
Description
When running this on Node.js 24, I get this error:
Error: put: isDate is not a function
at BufferedInvokeProcessor.handler (/var/task/index.js:34979:19)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async BufferedInvokeProcessor.processInvoke (file:///var/runtime/index.mjs:1096:22)
at async _Runtime.processSingleConcurrent (file:///var/runtime/index.mjs:1182:7)
at async _Runtime.start (file:///var/runtime/index.mjs:1169:7)
at async ignition (file:///var/runtime/index.mjs:1638:5)
util.isDate has been removed now, causing this error.
I got this error while using ssh2-sftp-client, which has this library as a dependency.
Metadata
Metadata
Assignees
Labels
No labels