GetLogFileForParsing returns the log file path to use for JavaScript parsing in the workflow This may be different from the stdout/stderr log file if the engine produces separate detailed logs
()
| 196 | // GetLogFileForParsing returns the log file path to use for JavaScript parsing in the workflow |
| 197 | // This may be different from the stdout/stderr log file if the engine produces separate detailed logs |
| 198 | GetLogFileForParsing() string |
| 199 | |
| 200 | // GetErrorDetectionScriptId returns the name of the JavaScript script used to detect engine |
| 201 | // errors from the agent stdio log after execution. The script runs on the host runner (outside |
no outgoing calls
no test coverage detected