Answered
I must be missing something, why can I not launch the console from a folder level script?
Ex.
function consoleShow(){
console.show()}
I must be missing something, why can I not launch the console from a folder level script?
Ex.
function consoleShow(){
console.show()}
Where are you calling this function?
If you add the call call to a button, the function works. Add the following JS to the 'Mouse Up' action for a button:
consoleShow();
I have found it is not a good practice to rename system features or use similar names to system features.
George Kaiser