mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Fix more review
This commit is contained in:
committed by
Kevin Sawicki
parent
2b60df3d8b
commit
bcf0964c61
@@ -886,7 +886,7 @@ void App::GetFileIcon(const base::FilePath& path,
|
||||
}
|
||||
|
||||
if (!args->GetNext(&callback)) {
|
||||
args->ThrowError();
|
||||
args->ThrowError("Missing required callback function");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user