mirror of
				https://github.com/flynx/pWiki.git
				synced 2025-11-04 13:00:10 +00:00 
			
		
		
		
	minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									d9ab1f3349
								
							
						
					
					
						commit
						b4b39b4de9
					
				@ -2484,7 +2484,7 @@ module.System = {
 | 
				
			|||||||
	// XXX this does not work as energetic...
 | 
						// XXX this does not work as energetic...
 | 
				
			||||||
	time: async function(){
 | 
						time: async function(){
 | 
				
			||||||
		var t = Date.now()
 | 
							var t = Date.now()
 | 
				
			||||||
		var text = await this.get('../_text').text
 | 
							var text = await this.get('../_text:$ARGS').text
 | 
				
			||||||
		var time = Date.now() - t
 | 
							var time = Date.now() - t
 | 
				
			||||||
		console.log('RENDER TIME:', time)
 | 
							console.log('RENDER TIME:', time)
 | 
				
			||||||
		return object.doc`
 | 
							return object.doc`
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user