mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
DownloadUIHelper: move async keyword position to prevent raising javascript error.
This commit is contained in:
parent
77b691ea7a
commit
3926096dfa
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ this.DownloadPrompter.prototype = {
|
|||
*
|
||||
* @resolves Boolean indicating whether the launch operation can continue.
|
||||
*/
|
||||
async confirmLaunchExecutable: function (aPath)
|
||||
confirmLaunchExecutable: async function (aPath)
|
||||
{
|
||||
const kPrefConfirmOpenExe = "browser.download.confirmOpenExecutable";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue