Update subprocess() return type in doc comment
This commit is contained in:
parent
f22f87537c
commit
e1cf60b3cf
1 changed files with 1 additions and 1 deletions
|
@ -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} 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
|
* @param {String[]} args - An array of arguments to pass to the command
|
||||||
* @return {String}
|
* @return {Promise<String>}
|
||||||
*/
|
*/
|
||||||
subprocess: async function (command, args = []) {
|
subprocess: async function (command, args = []) {
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
|
|
Loading…
Reference in a new issue