You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 23:16:20 +00:00
🆙 added latest changes
This commit is contained in:
@@ -65,7 +65,7 @@ export class ConfigurationManager implements IConfigurationManager
|
||||
{
|
||||
let value = data[key];
|
||||
|
||||
if(typeof value === 'string') value = this.interpolate((value as string), regex);
|
||||
if(typeof value === 'string') value = this.interpolate(value, regex);
|
||||
|
||||
if(this._definitions.has(key))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user