Skip to content
Snippets Groups Projects
Commit 71936e9e authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Improve warning message

parent ca78b5ab
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ function ebiFrameworkRunDataProtectionBanner(targetedFrameworkVersion) {
document.body.style.paddingTop = 0;
break;
default:
console.warn('You should specify the targeted FrameworkVersion');
console.warn('You should specify the targeted FrameworkVersion (allowed values: 1.1, 1.2, 1.3, compliance). You sent: ' + targetedFrameworkVersion);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment