Clarkson icon indicating copy to clipboard operation
Clarkson copied to clipboard

Deprecation warnings

Open djmattyg007 opened this issue 4 years ago • 0 comments

I noticed these deprecation warnings being emitted during my initial setup of Clarkson in a testing environment:

clarkson_1  | (node:275) [DEP0095] DeprecationWarning: timers.enroll() is deprecated. Please use setTimeout instead.
clarkson_1  | (node:275) [DEP0126] DeprecationWarning: timers.active() is deprecated. Please use timeout.refresh() instead.
clarkson_1  | (node:275) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.

djmattyg007 avatar Mar 28 '21 03:03 djmattyg007