diff --git a/development/lib/run-command.js b/development/lib/run-command.js index e7f70a0ee130..fab1eca361d4 100644 --- a/development/lib/run-command.js +++ b/development/lib/run-command.js @@ -14,7 +14,7 @@ const spawn = require('cross-spawn'); * * @param {string} command - The command to run * @param {Array} [args] - The arguments to pass to the command - * @returns {Array} Lines of output received via STDOUT + * @returns {Promise>} Lines of output received via STDOUT */ async function runCommand(command, args) { const output = [];