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

Update code in src/filesystem/interface.js to use const rather than var #662

Closed
trowacat opened this issue Jan 23, 2019 · 1 comment
Closed
Assignees

Comments

@trowacat
Copy link
Contributor

Currently interface.js is using many var statements to import files such as in line 1:
var { promisify } = require('es6-promisify');

these should instead be included using const

@trowacat trowacat changed the title Update code in src/filesystem/interface.js Update code in src/filesystem/interface.js to use const rather than var Jan 23, 2019
@humphd
Copy link
Contributor

humphd commented Jan 24, 2019

OK, @trowacat, go for it.

@humphd humphd closed this as completed in 3b4bf42 Feb 1, 2019
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