You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
Sync renderer safety push
This commit is contained in:
@@ -129,6 +129,11 @@ export class ConfigurationManager implements IConfigurationManager
|
||||
}
|
||||
}
|
||||
|
||||
if(value.indexOf('%timestamp%') >= 0)
|
||||
{
|
||||
value = value.replace(/%timestamp%/gi, Date.now().toString());
|
||||
}
|
||||
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user