mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-14 12:24:51 +00:00
chore: FtpService logging and code formatting enhancements
This commit is contained in:
@@ -77,12 +77,13 @@ export const ftpService = mkSingleton((config: FtpConfig) => {
|
||||
resolve({ fs })
|
||||
} catch (e) {
|
||||
reject(new Error(`Invalid username or password`))
|
||||
return
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
ftpServer.listen().then(() => {
|
||||
info('Ftp server is starting...')
|
||||
info('Ftp server started...')
|
||||
})
|
||||
|
||||
const shutdown = () => {
|
||||
|
||||
Reference in New Issue
Block a user