We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f568f commit 152c5a0Copy full SHA for 152c5a0
src/services/checkpoints/CheckpointService.ts
@@ -5,10 +5,6 @@ import path from "path"
5
import debug from "debug"
6
import simpleGit, { SimpleGit, CleanOptions } from "simple-git"
7
8
-if (process.env.NODE_ENV !== "test") {
9
- debug.enable("simple-git")
10
-}
11
-
12
export type CheckpointServiceOptions = {
13
taskId: string
14
git?: SimpleGit
0 commit comments