We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1b93f1 + 75dd1e4 commit 2244c70Copy full SHA for 2244c70
helpers/firefoxPaths.js
@@ -1,5 +1,6 @@
1
import { platform, homedir } from "os";
2
-import { join, resolve, existsSync } from "path";
+import { join, resolve } from "path";
3
+import { existsSync } from "fs";
4
5
export default function getFirefoxPaths() {
6
const os = platform();
0 commit comments