Skip to content

Commit 2244c70

Browse files
Merge pull request #6 from ksdme/main
Fix import path
2 parents f1b93f1 + 75dd1e4 commit 2244c70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helpers/firefoxPaths.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { platform, homedir } from "os";
2-
import { join, resolve, existsSync } from "path";
2+
import { join, resolve } from "path";
3+
import { existsSync } from "fs";
34

45
export default function getFirefoxPaths() {
56
const os = platform();

0 commit comments

Comments
 (0)