cache/src/restoreOnly.ts
Chad Kimes f7ebb81a3f
Consume latest toolkit and fix dangling promise bug (#1217)
* Consume latest toolkit and fix dangling promise bug

* Pass earlyExit parameter to run method so tests don't hang

* Pass earlyExit parameter to run method so tests don't hang

* Refactor restore files to have better patterns for testing

* style
2023-08-09 15:36:51 +01:00

4 lines
71 B
TypeScript

import { restoreOnlyRun } from "./restoreImpl";
restoreOnlyRun(true);