Searched refs:recordLog (Results 1 – 1 of 1) sorted by relevance
84 let recordLog: IoLog | undefined; variable233 recordLog = createEmptyLog();234 …recordLog.useCaseSensitiveFileNames = typeof underlying.useCaseSensitiveFileNames === "function" ?…236 recordLog.arguments = underlying.args;244 if (recordLog !== undefined) {248 …const newLog = oldStyleLogIntoNewStyleLog(recordLog, (path, str) => underlying.writeFile(path, str…254 recordLog = undefined;275 path => callAndRecord(underlying.fileExists(path), recordLog!.fileExists, { path }),291 else if (recordLog !== undefined) {292 return recordLog.executingPath = underlying.getExecutingFilePath();[all …]