Searched refs:recordLog (Results 1 – 1 of 1) sorted by relevance
84 let recordLog: IoLog | undefined; variable235 recordLog = createEmptyLog();236 …recordLog.useCaseSensitiveFileNames = typeof underlying.useCaseSensitiveFileNames === "function" ?…238 recordLog.arguments = underlying.args;246 if (recordLog !== undefined) {250 …const newLog = oldStyleLogIntoNewStyleLog(recordLog, (path, str) => underlying.writeFile(path, str…256 recordLog = undefined;277 path => callAndRecord(underlying.fileExists(path), recordLog!.fileExists, { path }),293 else if (recordLog !== undefined) {294 return recordLog.executingPath = underlying.getExecutingFilePath();[all …]