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
array_push($js_converted_modules, $module); // keep track for removal
// module may already exists due error on previous upload.
// ask user to prevent overwriting some manually added .php file
if (file_exists($module)) {
Console::output("Module '".basename($module)."' already exists.\nDo you want to overwrite with converted '".basename($javascript_module)."' version?\n(y/n)");