mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Fix wrong keyword in toolkit/components/jsdownloads/DownloadIntegration.jsm
This commit is contained in:
parent
2c29b5a5c1
commit
ecb6a6528a
1 changed files with 1 additions and 1 deletions
|
|
@ -697,7 +697,7 @@ this.DownloadIntegration = {
|
|||
// to do this check. The second is that the system-level security prompt
|
||||
// would be displayed at launch time in any case.
|
||||
if (file.isExecutable() && !isWindowsExe &&
|
||||
!(await this.confirmLaunchExecutable(file.path))) {
|
||||
!(yield this.confirmLaunchExecutable(file.path))) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue