Skip to content

Commit d89212a

Browse files
committed
Update param _delete to Number to fix deletion bug.
1 parent 53f6dc0 commit d89212a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

p4options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
},
4242
_delete: {
4343
cmd: '-d',
44-
type: String,
44+
type: Number,
4545
category: 'mixed'
4646
},
4747
_output: {

0 commit comments

Comments
 (0)