fix: reload.mjs startZotero command
This commit is contained in:
		
							parent
							
								
									18476d9624
								
							
						
					
					
						commit
						229411ae61
					
				@ -7,7 +7,7 @@ const { addonID, addonName } = details.config;
 | 
				
			|||||||
const { version } = details;
 | 
					const { version } = details;
 | 
				
			||||||
const { zoteroBinPath, profilePath } = cmd.exec;
 | 
					const { zoteroBinPath, profilePath } = cmd.exec;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const startZotero = `${zoteroBinPath} --debugger --purgecaches -profile ${profilePath}`;
 | 
					const startZotero = `"${zoteroBinPath}" --debugger --purgecaches -profile "${profilePath}"`;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const script = `
 | 
					const script = `
 | 
				
			||||||
(async () => {
 | 
					(async () => {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user