This commit is contained in:
sanjayk03-dev
2024-05-17 22:43:18 +05:30
parent 6048da98b0
commit 8bf3f26c14
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ module.exports = {
break;
default:
alert(`Unsupported file type: ${extension}`);
alert(`Unsupported file : ${file.name}`);
return;
}