mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	add err here
This commit is contained in:
		
							parent
							
								
									c2682cdeac
								
							
						
					
					
						commit
						49de19ca5f
					
				| @ -374,9 +374,10 @@ module.exports = function (app, config, renderTemplate) { | ||||
|               inv_vid, | ||||
|               lyrics: "", | ||||
|             }); | ||||
|           } catch { | ||||
|               renderTemplate(res, req, "404.ejs", { | ||||
|           } catch (err) { | ||||
|               renderTemplate(res, req, "video-error.ejs", { | ||||
|               v, | ||||
|               err_reason:err; | ||||
|             }); | ||||
|           } | ||||
|         } catch (error) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 ashley
						ashley