diff --git a/chrome/content/zotero/xpcom/utilities_internal.js b/chrome/content/zotero/xpcom/utilities_internal.js index b510598ff5..df6ea64eae 100644 --- a/chrome/content/zotero/xpcom/utilities_internal.js +++ b/chrome/content/zotero/xpcom/utilities_internal.js @@ -623,7 +623,7 @@ Zotero.Utilities.Internal = { * * @param {String} command - The command to run; if no slashes, will search PATH for the command * @param {String[]} args - An array of arguments to pass to the command - * @return {String} + * @return {Promise} */ subprocess: async function (command, args = []) { // eslint-disable-next-line no-undef