You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: 'Please provide full path to your SQLcl installation: ',
547
+
message: 'Please provide full path to your SQLcl installation (SQLcl can be downloaded and installed from https://www.oracle.com/database/sqldeveloper/technologies/sqlcl): ',
548
548
validate(input){
549
549
returninput.trim().length===0 ? 'This field cannot be empty!' : true;
0 commit comments