mirror of
https://github.com/ezolenko/rollup-plugin-typescript2.git
synced 2025-12-08 19:06:16 +00:00
- removing dead code
This commit is contained in:
parent
966013bd5d
commit
88c8ad05c0
@ -77,10 +77,7 @@ export class RollingCache <DataType> implements ICache<DataType>
|
||||
if (data === undefined)
|
||||
return;
|
||||
|
||||
if (this.rolled)
|
||||
fs.writeJsonSync(`${this.oldCacheRoot}/${name}`, data);
|
||||
else
|
||||
fs.writeJsonSync(`${this.newCacheRoot}/${name}`, data);
|
||||
fs.writeJsonSync(`${this.newCacheRoot}/${name}`, data);
|
||||
}
|
||||
|
||||
public touch(name: string)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user