https://bugs.documentfoundation.org/show_bug.cgi?id=143718
--- Comment #4 from wuzhenyu <[email protected]> --- (In reply to Mike Kaganski from comment #3) > Please read the documentation on the API that you use [1] - that is NodeJS' > child_process.exec operation, and it has a 'windowsHide' option, that is > documented to "Hide the subprocess console window that would normally be > created on Windows systems. Default: false". > > [1] > https://nodejs.org/api/child_process. > html#child_process_child_process_exec_command_options_callback Thank you,using this method, I solved my problem . -- You are receiving this mail because: You are the assignee for the bug.
