stashapp / stash

An organizer for your porn, written in Go. Documentation: https://docs.stashapp.cc
https://stashapp.cc/
GNU Affero General Public License v3.0
8.45k stars 749 forks source link

Add console javascript object for backwards compatibility #4944

Closed WithoutPants closed 3 weeks ago

WithoutPants commented 3 weeks ago

Fixes issue identified in #4936. Adds console global object to the javascript vm to maintain backwards compatibility.

console.log and console.info log to info log level console.warn logs to warn console.error logs to error console.debug logs to debug