Fix utils.js linter error

This commit is contained in:
Varun Gupta 2023-12-02 20:12:34 -05:00 committed by Varun Gupta
parent 972d158161
commit 33f41f7e6f

View File

@ -51,7 +51,7 @@ module.exports = {
} else {
reject({
exitCode: exitCode,
stderr: stderr
stderr: stderr
});
}
});