We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0db9da commit d52f792Copy full SHA for d52f792
scripts/diff-match/for-multi.sh
@@ -92,6 +92,10 @@ for group_files in "${actual_file_groups[@]}"; do
92
93
# Do diff matching
94
docker run --rm -v "$after_tmp:/diff/left" -v "$before_tmp:/diff/right" -p 4567:4567 rozelin/gumtree:latest axmldiff left/$tmp_id.tsx right/$tmp_id.tsx > "$map_file_tmp_dir/$tmp_id.diff.xml"
95
+
96
+ docker_exit_code=$?
97
+ echo "docker exited with code $docker_exit_code"
98
99
node ./scripts/diff-match/for-multi.mjs --file $map_file_tmp_dir/$tmp_id.diff.xml --multiFiles $actual_files --projectRootDir $project_root_dir --idMapDir $map_file_dir --beforeTmpDir $before_tmp --afterTmpDir $after_tmp
100
101
node_exit_code=$?
0 commit comments