The full message with context we return to the user in case of engine panic.
(log: string)
| 309 | |
| 310 | /** The full message with context we return to the user in case of engine panic. */ |
| 311 | function serializePanic(log: string): string { |
| 312 | return `${red(bold('Error in Schema engine.\nReason: '))}${log}\n` |
| 313 | } |