mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 11:54:10 +00:00 
			
		
		
		
	Remove unnecessary comma
This commit is contained in:
		
							parent
							
								
									890169a17f
								
							
						
					
					
						commit
						a8924d2ce6
					
				@ -163,7 +163,7 @@ class LocalStrapiDestinationProvider implements IDestinationProvider {
 | 
				
			|||||||
      await fse.outputFile(path.join(assetsDirectory, '.gitkeep'), '');
 | 
					      await fse.outputFile(path.join(assetsDirectory, '.gitkeep'), '');
 | 
				
			||||||
    } catch (err) {
 | 
					    } catch (err) {
 | 
				
			||||||
      throw new ProviderTransferError(
 | 
					      throw new ProviderTransferError(
 | 
				
			||||||
        'The backup folder for the assets could not be created inside the public folder. Please, ensure Strapi has write permissions on the public directory'
 | 
					        'The backup folder for the assets could not be created inside the public folder. Please ensure Strapi has write permissions on the public directory'
 | 
				
			||||||
      );
 | 
					      );
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user