get_log
Retrieve the most recent errors and warnings from Sonic Pi's server log after executing code. Use this to identify and debug runtime issues.
Instructions
Read the tail of Sonic Pi's server errors log.
Captures runtime errors and warnings from eval'd code. Call this after run_code to check for errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |