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
constres=awaitprompt("Export as Webcomponent","Please enter a name for your Component and select a folder","select folder","Webcomponent name",["Cancel","OK"]);
switch(res.which){
case0:
console.log("Abbrechen");
// return alert("Abbrechen", "Export wurde abgebrochen");
break;
case1:
console.log("Save");
//return alert("Save Webcomponent", `dein Export wurde in ${res.value} gespeichert!`);