diff options
Diffstat (limited to 'electron/service/utils/paths.js')
| -rw-r--r-- | electron/service/utils/paths.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/electron/service/utils/paths.js b/electron/service/utils/paths.js deleted file mode 100644 index a3e173c3..00000000 --- a/electron/service/utils/paths.js +++ /dev/null @@ -1,6 +0,0 @@ -'use strict' - -const path = require('path') - -// gen absolute path -exports.resolve = (...args) => path.posix.join(process.cwd(), ...args) |
