From d8682d29848e4287ed3614b90c8b3341ee3ada88 Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra <14110965+ayushmanchhabra@users.noreply.github.com> Date: Thu, 30 Nov 2023 23:45:58 -0500 Subject: [PATCH] docs: mark functions as async --- docs/get.js.html | 3 ++- docs/global.html | 10 +++++----- docs/index.html | 2 +- docs/run.js.html | 3 ++- src/get.js | 1 + src/run.js | 1 + 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/get.js.html b/docs/get.js.html index b5f54f552..8f367a052 100644 --- a/docs/get.js.html +++ b/docs/get.js.html @@ -60,6 +60,7 @@

Source: get.js

/** * Get binaries. * + * @async * @function * @param {GetOptions} options Get mode options * @return {Promise<void>} @@ -487,7 +488,7 @@

Home

Global