mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: basic 从pipeline中移除
This commit is contained in:
@@ -86,6 +86,7 @@ export class AsyncSsh2Client {
|
||||
sftp.fastPut(localPath, remotePath, (err: Error) => {
|
||||
if (err) {
|
||||
reject(err);
|
||||
this.logger.error('请确认路径是否包含文件名,路径本身不能是目录,路径不能有*?之类的特殊符号,要有写入权限');
|
||||
return;
|
||||
}
|
||||
this.logger.info(`上传文件成功:${localPath} => ${remotePath}`);
|
||||
|
||||
Reference in New Issue
Block a user