change:修改部分axolotl为starlight
(不过怎么这么多)
This commit is contained in:
@ -71,7 +71,7 @@ export function useTerracottaSession() {
|
||||
isExportingReport.value = true
|
||||
try {
|
||||
const report = await terracotta.getDiagnosticReport()
|
||||
await exportErrorLogs(report, 'Axolotl multiplayer error report')
|
||||
await exportErrorLogs(report, 'Starlight multiplayer error report')
|
||||
} catch (error: unknown) {
|
||||
handleError(error)
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user