logplease
logplease copied to clipboard
Electron renderer process should still be able to write to file
This previous change to allow colors to work in an electron renderer process had an unintended side effect of preventing electron renderer processes from writing to file. Since they are still node processes I think that functionality should be preserved.