From b4b39b4de9573f95b2f0805ebada8d0d382ecf9e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 23 Nov 2022 03:21:18 +0300 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- pwiki/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwiki/page.js b/pwiki/page.js index fac307c..4610512 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -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`