[fix] lint

This commit is contained in:
Rushabh Mehta 2017-09-20 14:59:47 +05:30
parent 85b88d6b09
commit 8a37efcfd2

View file

@ -329,7 +329,7 @@ frappe.socketio.SocketIOUploader = class SocketIOUploader {
fallback();
return;
} else {
frappe.throw(__('Socketio is not connected. Cannot upload'))
frappe.throw(__('Socketio is not connected. Cannot upload'));
}
}