mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Errors may be null-ish (#28826)
This commit is contained in:
@@ -23,7 +23,7 @@ export async function applyModelTransformations(modelName, models) {
|
||||
transformer.prefix,
|
||||
`transformer for the \`${modelName}\` model failed with:`,
|
||||
err,
|
||||
err.stack
|
||||
err?.stack
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user