Skip to content

Commit

Permalink
fix: reload.mjs startZotero command
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Jul 13, 2023
1 parent 18476d9 commit 229411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/reload.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { addonID, addonName } = details.config;
const { version } = details;
const { zoteroBinPath, profilePath } = cmd.exec;

const startZotero = `${zoteroBinPath} --debugger --purgecaches -profile ${profilePath}`;
const startZotero = `"${zoteroBinPath}" --debugger --purgecaches -profile "${profilePath}"`;

const script = `
(async () => {
Expand Down

0 comments on commit 229411a

Please sign in to comment.