Skip to content

Commit 2a2788c

Browse files
authored
Merge pull request #384 from sid-srini/vsce-patch-check
Changed the patch check argument in the build file
2 parents 2d7c06e + 3f29c78 commit 2a2788c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<target name="check-vsce-patch-status">
214214
<exec executable="patch" dir="${build.dir}/vsce/node_modules/@vscode/vsce/out" failifexecutionfails="false" failonerror="false" resultproperty="vsce-patch-status">
215215
<arg value="-p1"/>
216-
<arg value="--check"/>
216+
<arg value="--dry-run"/>
217217
<arg value="--force"/>
218218
<arg value="-z"/>
219219
<arg value=".orig"/>

0 commit comments

Comments
 (0)