Skip to content

Commit

Permalink
Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Explosion-Scratch committed Aug 28, 2024
1 parent 562a33e commit f1b93f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/firefoxPaths.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { platform, homedir } from "os";
import { join, resolve } from "path";
import { join, resolve, existsSync } from "path";

export default function getFirefoxPaths() {
const os = platform();
Expand Down

0 comments on commit f1b93f1

Please sign in to comment.