文件操作 - git-executor-chain.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/simple-git/dist/src/lib/runners/git-executor-chain.d.ts
编辑文件内容
import { PluginStore } from '../plugins'; import { outputHandler, SimpleGitExecutor, SimpleGitTask } from '../types'; import { Scheduler } from './scheduler'; export declare class GitExecutorChain implements SimpleGitExecutor { private _executor; private _scheduler; private _plugins; private _chain; private _queue; private _cwd; get cwd(): string; set cwd(cwd: string); get env(): import("../types").GitExecutorEnv; get outputHandler(): outputHandler | undefined; constructor(_executor: SimpleGitExecutor, _scheduler: Scheduler, _plugins: PluginStore); chain(): this; push<R>(task: SimpleGitTask<R>): Promise<R>; private attemptTask; private onFatalException; private attemptRemoteTask; private attemptEmptyTask; private handleTaskData; private gitResponse; private _beforeSpawn; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件