File tree Expand file tree Collapse file tree
src/commands/browserforce Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "sfdx-browserforce-plugin" : " bin/run"
99 },
1010 "dependencies" : {
11- "@jsforce/jsforce-node" : " 3.10.4" ,
1211 "@mdapi-issues/listmetadata-standardvalueset" : " 3.1.0" ,
13- "@salesforce/core" : " 8.22.0" ,
1412 "@salesforce/sf-plugins-core" : " 12.2.6" ,
1513 "p-retry" : " 7.1.1" ,
1614 "playwright" : " 1.58.0"
1715 },
1816 "devDependencies" : {
19- "@salesforce/dev-config" : " 4.3.1" ,
2017 "@salesforce/dev-scripts" : " 11.0.4" ,
2118 "oclif" : " 4.22.70" ,
2219 "prettier" : " 3.8.1" ,
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export class BrowserforceApply extends BrowserforceCommand<BrowserforceApplyResp
6666 this . spinner . start (
6767 `[${ driver . name } ] ${ Object . keys ( maskedDiff )
6868 . map ( ( key ) => {
69- return `changing '${ key } ' to '${ JSON . stringify ( maskedDiff [ key ] ) } '` ;
69+ return `${ action } '${ key } ' to '${ JSON . stringify ( maskedDiff [ key ] ) } '` ;
7070 } )
7171 . join ( '\n' ) } `,
7272 ) ;
You can’t perform that action at this time.
0 commit comments