WebVideoCreator icon indicating copy to clipboard operation
WebVideoCreator copied to clipboard

Fix: Replace deprecated util.isString with typeof check

Open derblub opened this issue 7 months ago • 1 comments

Replaced the deprecated util.isString API with typeof arg === "string" in lib/logger.js to resolve the DEP0056 deprecation warning.

derblub avatar May 22 '25 10:05 derblub

Very nice

MajesticOl avatar Jul 01 '25 07:07 MajesticOl