Skip to content

Commit

Permalink
Update rebuild-app.js (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: KhulnaSoft bot <[email protected]>
  • Loading branch information
khulnasoft-bot authored Feb 26, 2025
1 parent 5645c5c commit 0a19c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/rebuild-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ module.exports = () => new Promise((resolve, reject) => {

// Handle errors, by sending the reject
buildProcess.on('error', (error) => {
reject(Error({
reject({
success: false,
error,
output,
}));
});
});

// When finished, check success, make message and resolve response
Expand Down

0 comments on commit 0a19c0d

Please sign in to comment.