server icon indicating copy to clipboard operation
server copied to clipboard

[REQUEST] HTML INFO error with line number in console

Open sirfnomi opened this issue 5 years ago • 0 comments

Description

in Server 2.2 we get HTML javascript error type in server console

[2019-05-22 13:16:02.870] [info]html[file://D:/Caspar/shared/templates/header.html] 1024 576 50 Log: Uncaught TypeError: Cannot read property 'childNodes' of undefined

in Server 2.0.7 and 2.1 we get javascript error type with line number and it is very quick to trace script error when you are working with so many functions

[0522/131347:INFO:CONSOLE(74)] "Uncaught TypeError: Cannot read property 'childNodes' of undefined", source: file:///D:/Caspar/shared/templates/header.js (74)

kindly add support for HTML INFO error with script line number thanks,

sirfnomi avatar May 22 '19 08:05 sirfnomi