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

Add callback to async fs.utimes #18

Merged
merged 1 commit into from
Jan 3, 2017

Conversation

FezVrasta
Copy link
Contributor

Get rid of deprecation warning on Node 7

(node:49216) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
    at makeCallback (fs.js:103:12)
    at Object.fs.utimes (fs.js:1127:14)
    at /Users/federicozivolo/Progetti/popper-js/node_modules/karma-rollup-preprocessor/lib/index.js:22:7
    at Timeout.later [as _onTimeout] (/Users/federicozivolo/Progetti/popper-js/node_modules/debounce/index.js:34:23)
    at ontimeout (timers.js:365:14)
    at tryOnTimeout (timers.js:237:5)
    at Timer.listOnTimeout (timers.js:207:5)

Get rid of deprecation warning on Node 7
@jlmakes jlmakes merged commit 7e8e89e into jlmakes:master Jan 3, 2017
@jlmakes
Copy link
Owner

jlmakes commented Jan 3, 2017

Thanks!

@FezVrasta FezVrasta deleted the FezVrasta-utimes-callback-node7 branch January 3, 2017 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants