Skip to content

Commit df21336

Browse files
committed
park js excursion
1 parent 03a9036 commit df21336

File tree

6 files changed

+4
-1
lines changed

6 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
*.out
1313

1414
code2cypher
15-
/node_modules/
15+
*/node_modules/

git2cypher.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"flag"
66
"path/filepath"
77
"os"
8+
"os/exec"
89
"log"
910
"strings"
1011
)
@@ -165,12 +166,14 @@ func main() {
165166
fmt.Println(";")
166167
fmt.Println(":COMMIT")
167168
}
169+
168170
for contributionId, commitCount := range processedContributionsSum {
169171
fmt.Println(":BEGIN")
170172
fmt.Println(contributionToCypherUpdate(contributionId, commitCount))
171173
fmt.Println(";")
172174
fmt.Println(":COMMIT")
173175
}
176+
174177
fmt.Println(":BEGIN")
175178
fmt.Println(removeProperty("_tempId"))
176179
fmt.Println(";")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)