Skip to content

Commit a8ab91f

Browse files
committed
Fix build failure
1 parent d9d5687 commit a8ab91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileCache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class FileCache {
189189
this.#counts.write++;
190190

191191
// the contents must exist before the cache metadata are saved below
192-
fs.writeFileSync(this.contentsPath, contents);
192+
fs.writeFileSync(this.contentsPath, this.#contents);
193193
debug(`Writing ${this.contentsPath}`);
194194
}
195195

0 commit comments

Comments
 (0)