mirror of https://github.com/webpack/webpack.git
				
				
				
			todo
This commit is contained in:
		
							parent
							
								
									968943a715
								
							
						
					
					
						commit
						10c2d16b94
					
				| 
						 | 
					@ -152,7 +152,9 @@ function getCallingFile() {
 | 
				
			||||||
	if (callingFile.startsWith("file://")) {
 | 
						if (callingFile.startsWith("file://")) {
 | 
				
			||||||
		callingFile = fileURLToPath(callingFile);
 | 
							callingFile = fileURLToPath(callingFile);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	return path.relative(gitDir, callingFile);
 | 
						// TODO
 | 
				
			||||||
 | 
						return "test/BenchmarkTestCases.benchmark.mjs";
 | 
				
			||||||
 | 
						// return path.relative(gitDir, callingFile);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const taskUriMap = new WeakMap();
 | 
					const taskUriMap = new WeakMap();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue