| Index: ui/file_manager/file_manager/background/js/file_operation_util.js
|
| diff --git a/ui/file_manager/file_manager/background/js/file_operation_util.js b/ui/file_manager/file_manager/background/js/file_operation_util.js
|
| index 1a7b337b7b02412de569d22aae0b9138b4db8859..4b1ae2a30b7777c263c147bf93fa72301039d2d8 100644
|
| --- a/ui/file_manager/file_manager/background/js/file_operation_util.js
|
| +++ b/ui/file_manager/file_manager/background/js/file_operation_util.js
|
| @@ -411,6 +411,9 @@ fileOperationUtil.copyTo = function(
|
| break;
|
|
|
| case 'error':
|
| + console.error(
|
| + 'copy failed. sourceUrl: ' + source.toURL() +
|
| + ' error: ' + status.error);
|
| chrome.fileManagerPrivate.onCopyProgress.removeListener(
|
| onCopyProgress);
|
| errorCallback(util.createDOMError(status.error));
|
|
|