
* fix: prevent log files being written to current directory on Windows * Update shell/common/logging.cc Co-authored-by: Robo <hop2deep@gmail.com> * chore: add test * chore: update includes Refs https://chromium-review.googlesource.com/c/chromium/src/+/6418805 * chore: address review feedback --------- Co-authored-by: Robo <hop2deep@gmail.com>
3 lines
189 B
JavaScript
3 lines
189 B
JavaScript
const binding = process._linkedBinding('electron_common_testing');
|
|
binding.log(1, 'CHILD_PROCESS_TEST_LOG');
|
|
binding.log(1, `CHILD_PROCESS_DESTINATION_${binding.getLoggingDestination()}`);
|