You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Except for the log function, other functions do not seem to be supported. Moreover, log currently does not support styled output
QuickJS - Type "\h" for help
qjs > console.error("aaa")
TypeError: not a function
at <eval> (<evalScript>)
qjs > console.log("%caaa","color:red;")
%caaa color:red;
undefined
Is there a possibility of support? Or only limited support, in a way similar to \033[41;37m?
The text was updated successfully, but these errors were encountered:
Except for the log function, other functions do not seem to be supported. Moreover, log currently does not support styled output
Is there a possibility of support? Or only limited support, in a way similar to
\033[41;37m
?The text was updated successfully, but these errors were encountered: