Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const removeReferenceFields = async function (
} catch (error) {
// Else warn and modify the schema object.
isContentTypeError = true;
log.warn(`Content type ${schema[i].reference_to[j]} does not exist. Removing the field from schema...`);
log.warn(`Content type ${schema[i].reference_to[j]} is not imported yet; its reference will be restored once it is imported.`);
}
}

Expand Down
Loading