We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0579c6 commit cc1049cCopy full SHA for cc1049c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@secjs/utils",
3
- "version": "1.7.8",
+ "version": "1.7.9",
4
"description": "",
5
"license": "MIT",
6
"author": "João Lenon <lenonSec7@gmail.com>",
src/Helpers/Config.ts
@@ -52,7 +52,6 @@ export class Config {
52
throw new RecursiveConfigException(base, name)
53
}
54
55
- if (Config.configs.has(name)) return
56
if (base.includes('.map') || base.includes('.d.ts')) return
57
58
const fileExtension = process.env.NODE_TS === 'true' ? 'ts' : 'js'
0 commit comments