fix: crash in utilityProcess when generating code from strings (#38014)
This commit is contained in:
parent
f12e12b341
commit
0240f6664e
14 changed files with 72 additions and 48 deletions
|
@ -17,6 +17,9 @@ void EmitWarning(node::Environment* env,
|
|||
const std::string& warning_msg,
|
||||
const std::string& warning_type);
|
||||
|
||||
bool IsBrowserProcess();
|
||||
bool IsRendererProcess();
|
||||
|
||||
} // namespace electron
|
||||
|
||||
#endif // ELECTRON_SHELL_COMMON_PROCESS_UTIL_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue