Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add fallback for unpluginContext.warn
In the warnDiagnostic function, a fallback for unpluginContext.warn has been added. If unpluginContext.warn is not available, consola.warn will be used instead. This change ensures that warnings are always displayed, even if unpluginContext.warn is not defined.
- Loading branch information