cache/src/restore.ts

4 lines
63 B
TypeScript
Raw Normal View History

import { restoreRun } from "./restoreImpl";
2019-10-30 14:48:49 -04:00
restoreRun(true);