Aleksei Prokhorov
Aleksei Prokhorov
Sure, but you need to implement an emotions dropdown by yourself.
Currently, I'm considering two options: - Provide `electron-log/utility` which uses `postMessage` under the hood - Do not provide built-in support; provide the fix mentioned here as an example I don't...
Which transport do you mean - file, console? This library doesn't add line breaks.
If you pass an array type to the logger function, it formats it. You need to serialize it before passing, or use a custom format function to prevent that.
If you pass a string, it shouldn't print the parentheses. Maybe you use a custom formatter function, hook or transform
Unfortunately, I'm unable to help with electron-vite-related matters. It seems like a bundling issue.
By default, a renderer process prints nothing from the utility process, as well as the main process.