From 7c08489c84d3e15e0899a2501d52725665c9a9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20O=C3=9Fwald?= <1410947+matz3@users.noreply.github.com> Date: Tue, 18 Jun 2019 08:18:20 +0200 Subject: [PATCH] [INTERNAL] Add missing space --- lib/fsInterface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fsInterface.js b/lib/fsInterface.js index 0687faeb..45bef767 100644 --- a/lib/fsInterface.js +++ b/lib/fsInterface.js @@ -12,7 +12,7 @@ * [mkdir]{@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") {