Actually no

This commit is contained in:
Tanner 2021-06-16 12:29:26 -07:00 committed by GitHub
parent 2ec6d7e1eb
commit 4cbccad3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ async function loadConfig() {
loadConfig().then(() => {
/** Starting server using the selected config file */
server = new ShareXAPI(c);
//Add log instruction
console.log("ShareX stared ..")
});
process.on('SIGINT', async () => {
server.log.warning('Gracefully exiting..');