sciter-sdk
sciter-sdk copied to clipboard
[inspector] didn't fully copy log items. eats log text
open sciter-sdk\samples\log+debugging\log.htm in usciter.exe
press inspector=> syntax error, select error with arrows and shift, ctrl+c
it will copy text without quotes
it copy Error: bad syntax : Expecting
instead of
'
'>Error: bad syntax : Expecting ',' or ';', found '<identifier>'
(win10 x64, sciter x32)