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
logger.error('An error occurred while deleting downloadLocation after an error occurred with the MySQL server binary download. The error was:',unlinkError)
95
+
fs.rm(downloadLocation,{force: true},(rmError)=>{
96
+
if(rmError){
97
+
logger.error('An error occurred while deleting downloadLocation after an error occurred with the MySQL server binary download. The error was:',rmError)
0 commit comments