mirror of
				https://github.com/Swatinem/rust-cache
				synced 2025-11-04 06:29:10 +00:00 
			
		
		
		
	typo
This commit is contained in:
		
							parent
							
								
									d45cd2b045
								
							
						
					
					
						commit
						ef89c3a8eb
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								dist/restore/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/restore/index.js
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -54734,7 +54734,7 @@ async function run() {
 | 
			
		|||
        const caches = await getCaches();
 | 
			
		||||
        for (const [type, { name, path, key, restoreKeys }] of Object.entries(caches)) {
 | 
			
		||||
            const start = Date.now();
 | 
			
		||||
            core.startGroup(`Restoring ${name}"…`);
 | 
			
		||||
            core.startGroup(`Restoring ${name}…`);
 | 
			
		||||
            core.info(`Restoring to path "${path}".`);
 | 
			
		||||
            core.info(`Using keys:\n    ${[key, ...restoreKeys].join("\n    ")}`);
 | 
			
		||||
            try {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,7 +13,7 @@ async function run() {
 | 
			
		|||
    const caches = await getCaches();
 | 
			
		||||
    for (const [type, { name, path, key, restoreKeys }] of Object.entries(caches)) {
 | 
			
		||||
      const start = Date.now();
 | 
			
		||||
      core.startGroup(`Restoring ${name}"…`);
 | 
			
		||||
      core.startGroup(`Restoring ${name}…`);
 | 
			
		||||
      core.info(`Restoring to path "${path}".`);
 | 
			
		||||
      core.info(`Using keys:\n    ${[key, ...restoreKeys].join("\n    ")}`);
 | 
			
		||||
      try {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue