Skip to content

Commit 37b87de

Browse files
icarusionxuexb
authored andcommitted
fix: Update utils.js fix the run error (#33)
1 parent 6a4bdd9 commit 37b87de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const fs = require('fs')
99
const crypto = require('crypto')
1010
const { fixedTimeComparison } = require('cryptiles')
1111
const { execSync } = require('child_process')
12-
const gitPullOrClone = require('git-pull-or-clone')
12+
// const gitPullOrClone = require('git-pull-or-clone')
1313

1414
const utils = {
1515

0 commit comments

Comments
 (0)