make progress visable and only show registration if enabled
This commit is contained in:
parent
b134b19876
commit
ff176028d1
8 changed files with 42 additions and 20 deletions
|
|
@ -115,7 +115,7 @@ export function convert(
|
|||
// }
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
exec(`vips copy ${filePath} ${targetPath}`, (error, stdout, stderr) => {
|
||||
exec(`vips copy "${filePath}" "${targetPath}"`, (error, stdout, stderr) => {
|
||||
if (error) {
|
||||
reject(`error: ${error}`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue