format
This commit is contained in:
		
							parent
							
								
									2ac5dd49da
								
							
						
					
					
						commit
						774a162850
					
				
					 1 changed files with 3 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -115,7 +115,6 @@ async function startServing(
 | 
			
		|||
      return
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    if (action === "add" || action === "change") {
 | 
			
		||||
      toRebuild.add(filePath)
 | 
			
		||||
    } else if (action === "delete") {
 | 
			
		||||
| 
						 | 
				
			
			@ -133,8 +132,7 @@ async function startServing(
 | 
			
		|||
      try {
 | 
			
		||||
        const filesToRebuild = [...toRebuild].filter((fp) => !toRemove.has(fp))
 | 
			
		||||
 | 
			
		||||
        const trackedSlugs =
 | 
			
		||||
          [...new Set([...contentMap.keys(), ...toRebuild, ...trackedAssets])]
 | 
			
		||||
        const trackedSlugs = [...new Set([...contentMap.keys(), ...toRebuild, ...trackedAssets])]
 | 
			
		||||
          .filter((fp) => !toRemove.has(fp))
 | 
			
		||||
          .map((fp) => slugifyFilePath(path.posix.relative(argv.directory, fp) as FilePath))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue