Skip to content

Commit

Permalink
Added import { execSync } from "child_process";
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim-Durand committed Apr 11, 2024
1 parent 176b462 commit 3a698e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import on from "await-to-js";
import join from "url-join";
import { gt, lt } from "semver";
import prettyMs from "pretty-ms";
import { execSync } from "child_process";

import { Memoize as memoize } from "typescript-memoize";

Expand Down

0 comments on commit 3a698e0

Please sign in to comment.