scripts/generate-version.js:44 · fs_write
Filesystem write to a path that is not obviously a temp directory.
fs.writeFileSync(targetPath, content, { encoding: "utf-8" });src/profile-store.ts:23 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(pathToWrite: string, data: string): void;
src/profile-store.ts:125 · fs_write
Filesystem write to a path that is not obviously a temp directory.
this.fs.writeFileSync(configPaths.profilesIniPath, serialized);
src/profile-store.ts:167 · fs_write
Filesystem write to a path that is not obviously a temp directory.
this.fs.writeFileSync(configPaths.profilesIniPath, serialized);
src/profile-store.ts:176 · fs_write
Filesystem write to a path that is not obviously a temp directory.
this.fs.writeFileSync(currentPath, name);
src/openapi-loader.ts:11 · fs_write
Filesystem write to a path that is not obviously a temp directory.
writeFileSync(pathToWrite: string, data: string): void;
src/openapi-loader.ts:43 · fs_write
Filesystem write to a path that is not obviously a temp directory.
this.fs.writeFileSync(cachePath, serialized);