From ebae535710bd8a9bdf225af567b87e4a1dad5c01 Mon Sep 17 00:00:00 2001 From: ymc9 <104139426+ymc9@users.noreply.github.com> Date: Sun, 5 May 2024 21:21:17 +0800 Subject: [PATCH] fix: error wording --- packages/runtime/src/enhancements/policy/policy-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime/src/enhancements/policy/policy-utils.ts b/packages/runtime/src/enhancements/policy/policy-utils.ts index 1b6c2c02c..f910df264 100644 --- a/packages/runtime/src/enhancements/policy/policy-utils.ts +++ b/packages/runtime/src/enhancements/policy/policy-utils.ts @@ -580,7 +580,7 @@ export class PolicyUtil extends QueryUtils { } if (typeof provider !== 'function') { - throw this.unknownError(`unable to ${operation} checker for ${model}`); + throw this.unknownError(`unable to load ${operation} checker for ${model}`); } // call checker function