pm2 icon indicating copy to clipboard operation
pm2 copied to clipboard

fix: deprecated warning util.isArray

Open Connormiha opened this issue 1 year ago • 0 comments

A fixed deprecation warning in Node.js 22

(node:56912) [DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead.
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR https://github.com/pm2-hive/pm2-hive.github.io/pulls

Connormiha avatar May 13 '24 12:05 Connormiha