We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29066a4 commit cff7926Copy full SHA for cff7926
modules/i3s/src/lib/parsers/parse-slpk/slpk-archieve.ts
@@ -34,7 +34,7 @@ const PATH_DESCRIPTIONS: {test: RegExp; extensions: string[]}[] = [
34
extensions: ['.bin.gz']
35
},
36
{
37
- test: /statistics\/f_\d+\/\d+$/,
+ test: /statistics\/(f_\d+\/\d+|summary)$/,
38
extensions: ['.json.gz']
39
40
0 commit comments