mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
log eror
This commit is contained in:
parent
32be2cfb2d
commit
a3fe43c72c
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ module.exports = {
|
||||||
execSync("git pull")
|
execSync("git pull")
|
||||||
return await response.edit({embeds: [createEmbed("success", context, "Update complete.")]})
|
return await response.edit({embeds: [createEmbed("success", context, "Update complete.")]})
|
||||||
}catch(e){
|
}catch(e){
|
||||||
|
console.log(e)
|
||||||
return await response.edit({embeds: [createEmbed("error", context, "Update failed.")]})
|
return await response.edit({embeds: [createEmbed("error", context, "Update failed.")]})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue