Skip to content

Commit

Permalink
[INTERNAL] Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 authored Jun 18, 2019
1 parent 17ec5a8 commit 7c08489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fsInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* [<code>mkdir</code>]{@link https://nodejs.org/api/fs.html#fs_fs_mkdir_path_options_callback}
*/
module.exports = (reader) => {
const slash =require("slash");
const slash = require("slash");
return {
readFile(fsPath, options, callback) {
if (typeof options === "function") {
Expand Down

0 comments on commit 7c08489

Please sign in to comment.