mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	fix: typo in timer create function
This commit is contained in:
		
							parent
							
								
									ea7517be05
								
							
						
					
					
						commit
						2814f44163
					
				
							
								
								
									
										2
									
								
								api.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								api.go
									
									
									
									
									
								
							@ -515,7 +515,7 @@ func hlinterval(t *rt.Thread, c *rt.GoCont) (rt.Cont, error) {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	interval := time.Duration(ms) * time.Millisecond
 | 
			
		||||
	timer := timers.creat(timerInterval, interval, cb)
 | 
			
		||||
	timer := timers.create(timerInterval, interval, cb)
 | 
			
		||||
	timer.start()
 | 
			
		||||
 | 
			
		||||
	return c.PushingNext1(t.Runtime, timer.lua()), nil
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user