aww
This commit is contained in:
		
							parent
							
								
									5dee01b07b
								
							
						
					
					
						commit
						8421b61a82
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -10,7 +10,7 @@ return { | ||||||
|     package.loaded[path] = nil |     package.loaded[path] = nil | ||||||
|     local err, m = pcall(require, path) |     local err, m = pcall(require, path) | ||||||
|     C.api:reply(msg, ('Reloaded. %s (%s)'):format( |     C.api:reply(msg, ('Reloaded. %s (%s)'):format( | ||||||
|       err and 'Error:' or 'No errors', |       not err and 'Error:' or 'Result:', | ||||||
|       m |       m | ||||||
|     )) |     )) | ||||||
|   end |   end | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue