diff --git a/src/interaction/policies/policies.js b/src/interaction/policies/policies.js index 2f53f288cfa48e8ea77b8e0fa1991379c57c5a03..56153b9e1c5385a56227ab137f6bc5fd8af84807 100644 --- a/src/interaction/policies/policies.js +++ b/src/interaction/policies/policies.js @@ -127,7 +127,7 @@ globalThis.policy = function(category) { div.append(repeal(p)); el.append(div); } else { - throw `${policyVariable} not initialized properly, "${policyValue}"`; + throw `V.${policyVariable} not initialized properly, "${policyValue}"`; } return el;