From 8c045341029edcf70c307dc1153920cf82bcdbb5 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Wed, 26 Aug 2020 17:35:20 +0800 Subject: [PATCH] shared: paths: remove unused variable "fs" --- shared/config/paths.js | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/config/paths.js b/shared/config/paths.js index 46bffc50..265589c6 100644 --- a/shared/config/paths.js +++ b/shared/config/paths.js @@ -1,5 +1,4 @@ const path = require('path'); -const fs = require('fs'); const userConfig = require('../../config'); // Make sure any symlinks in the project folder are resolved: