文件操作 - task-configuration-error.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/simple-git/dist/src/lib/errors/task-configuration-error.d.ts
编辑文件内容
import { GitError } from './git-error'; /** * The `TaskConfigurationError` is thrown when a command was incorrectly * configured. An error of this kind means that no attempt was made to * run your command through the underlying `git` binary. * * Check the `.message` property for more detail on why your configuration * resulted in an error. */ export declare class TaskConfigurationError extends GitError { constructor(message?: string); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件