mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature-75] fix regex
This commit is contained in:
@@ -357,7 +357,7 @@ export class LocalMapsManagerService {
|
||||
}
|
||||
|
||||
const mapsFolders = zipEntriesValues.reduce((acc, entry) => {
|
||||
if(!/(^|\/)[I-i]nfo\.dat$/.test(entry.name)){ return acc; }
|
||||
if(!/(^|\/)[Ii]nfo\.dat$/.test(entry.name)){ return acc; }
|
||||
acc.push(path.dirname(entry.name));
|
||||
return acc;
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user