minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-11-23 03:21:18 +03:00
parent d9ab1f3349
commit b4b39b4de9

View File

@ -2484,7 +2484,7 @@ module.System = {
// XXX this does not work as energetic...
time: async function(){
var t = Date.now()
var text = await this.get('../_text').text
var text = await this.get('../_text:$ARGS').text
var time = Date.now() - t
console.log('RENDER TIME:', time)
return object.doc`