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
constdeleteEmpty=require("delete-empty");constpath=".";constonDone=(err,result)=>{console.log("onDone",err,result);thrownewError("error in onDone");};try{deleteEmpty(path,onDone);}catch(err){console.log("err",err);}
delete-empty/index.js
Lines 60 to 61 in 6ae3454
If
cb()
throws an error, it will be called again within the error object.The text was updated successfully, but these errors were encountered: