Remove artificial wait from testing
This commit is contained in:
parent
bd19e86008
commit
4a7287c7d9
@ -36,7 +36,6 @@ const acceptedPatternMappings = [
|
||||
const extensionPattern = /(\..*)$/;
|
||||
|
||||
export async function extractToEpisodeNumber(inputDir, inputFile, outputDir, options) {
|
||||
await new Promise(resolve => setTimeout(resolve, 5000));
|
||||
for(let i = 0; i < acceptedPatternMappings.length; i++) {
|
||||
const matches = inputFile.match(acceptedPatternMappings[i].pattern);
|
||||
if(matches?.length > 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user