Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead. #2631

Closed
mendrinos opened this issue May 26, 2018 · 2 comments

Comments

@mendrinos
Copy link

mendrinos commented May 26, 2018

Environment

AdonisJS version: 4.1
Knex version: 0.14.5
Database + version: MySQL 5.7.21
OS: MacOS 10.13.4 (17E202)

Deprication logs

Using the AdonisJS framework and when I run:

await Database.raw('use ' + subdomainDbName).get()

I am getting this deprication logs:

(node:8013) [DEP0096] DeprecationWarning: timers.unenroll() is deprecated. Please use clearTimeout instead.

Not a bit issue; but my log files are getting bloated with this Warning, and wondering if it is related to Knex.js?

@elhigu
Copy link
Member

elhigu commented May 26, 2018

Did you ask from adonis first? AFAIK it has its own ORM. Please check out with @tutlage first (if I remember correctly he is the author of adonis). If he thinks it really is knex problem please report back and I’ll reopen this.

I dont have laptop with me so I cannot check the facts right now.

@elhigu elhigu closed this as completed May 26, 2018
@mendrinos
Copy link
Author

Sure, I have raised it with AdonisJS framework too, and will update here if needed.

adonisjs/core#868

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants