Skip to content

Commit

Permalink
Merge pull request #6 from ksdme/main
Browse files Browse the repository at this point in the history
Fix import path
  • Loading branch information
Explosion-Scratch authored Aug 29, 2024
2 parents f1b93f1 + 75dd1e4 commit 2244c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpers/firefoxPaths.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { platform, homedir } from "os";
import { join, resolve, existsSync } from "path";
import { join, resolve } from "path";
import { existsSync } from "fs";

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

0 comments on commit 2244c70

Please sign in to comment.