Skip to content

Commit

Permalink
Correction de la boucle
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouhmarc committed Oct 24, 2021
1 parent 4f24960 commit 2b66359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DownloadDocuments.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function DownloadDocuments(sNomPlugin)
stUnElement = ConnectorsList[nIndice]

if (sNomPlugin != '' && stUnElement.name != sNomPlugin)
return
continue

// Sauvegarde un fichier de config

Expand Down

0 comments on commit 2b66359

Please sign in to comment.