后台时不时出现这个错误,想知道是内部出现的错误还是我们编写的小程序有问题呢?排查了一下setTimeout调用的地方,暂时没有找到。
Cannot assign to read only property \'name\' of object \'Error: 619315094103 does not fit into a 32-bit signed integer.
Timeout duration was set to 1.\'
TypeError: Cannot assign to read only property \'name\' of object \'Error: 619315094103 does not fit into a 32-bit signed integer.
Timeout duration was set to 1.\'
at createWarningObject (node:internal/process/warning:169:16)
at process.emitWarning (node:internal/process/warning:138:15)
at new Timeout (node:internal/timers:171:15)
at setTimeout (node:timers:158:19)
at t.setTimeout (<anonymous>:510:54765)
at globalThis.setTimeout (https://lib/WAServiceMainContext.js:1:146957)
你好,setTimeout传的时间太长了,建议自查下代码
要是你程序没有代码错误,这种就不用管