Skip to content

Commit

Permalink
Add Emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed May 25, 2024
1 parent 9b94340 commit 93c48f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/controller/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class Plugins {
async load(): Promise<void> {
const plugins = await this.list()
if (plugins.length === 0) {
console.log('Nenhum plugin encontrado!')
console.log('🚫 Nenhum plugin encontrado!')
return
}

Expand Down
2 changes: 1 addition & 1 deletion core/src/controller/socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class SocketController {

listen (port: string) {
this.server.listen(port, () => {
console.log(`Servidor inicializado na porta ${port}`)
console.log(`🚀 Servidor inicializado na porta ${port}`)
})
}

Expand Down

0 comments on commit 93c48f7

Please sign in to comment.