mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-01 09:40:57 +01:00
fix(core): fixed gulp build issue
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
function showErrorNofity(msg, titleMsgId, params = undefined) {
|
||||
function showErrorNofity(msg, titleMsgId, params) {
|
||||
var title_msg = titleMsgId ? $translate.instant(titleMsgId) : undefined;
|
||||
msg = $translate.instant(msg, params);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user