文件操作 - errors.js
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/yaml-eslint-parser/lib/errors.js
编辑文件内容
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ParseError = void 0; /** * YAML parse errors. */ class ParseError extends SyntaxError { /** * Initialize this ParseError instance. * @param message The error message. * @param offset The offset number of this error. * @param line The line number of this error. * @param column The column number of this error. */ constructor(message, offset, line, column) { super(message); this.index = offset; this.lineNumber = line; this.column = column; } } exports.ParseError = ParseError;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件