crash

This library will handle crash reports, generating crash reports.

crashreport(stacktrace, error [, msg])Generate and save a crash report.
crashreport(stacktrace, error [, msg])Source

Generate and save a crash report.

Parameters

  1. stacktrace string Stacktrace to save, generated by `debug.traceback(coro).
  2. error string Primary error of this crash report.
  3. msg? string A message to put at the top of the crash report, or nothing if unpassed.