File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 "rxjs" : " ^7.8.1" ,
5656 "semver" : " ^7.6.3" ,
5757 "split" : " ^1.0.1" ,
58+ "ts-morph" : " ^27.0.2" ,
5859 "tslib" : " ^2.7.0" ,
5960 "tunnel" : " ^0.0.6" ,
6061 "update-notifier" : " ^7.3.1" ,
Original file line number Diff line number Diff line change @@ -97,7 +97,11 @@ export class CliService {
9797
9898 $ctx . set ( "data" , data ) ;
9999
100- return tasksRunner ( tasks , data ) ;
100+ const result = await tasksRunner ( tasks , data ) ;
101+
102+ $ctx . set ( "data" , data ) ;
103+
104+ return result ;
101105 }
102106 }
103107
Original file line number Diff line number Diff line change 6868 "read-pkg-up" : " ^11.0.0" ,
6969 "rxjs" : " ^7.8.1" ,
7070 "semver" : " ^7.6.3" ,
71- "ts-morph" : " 27.0.0 " ,
71+ "ts-morph" : " ^ 27.0.2 " ,
7272 "tslib" : " ^2.7.0" ,
7373 "zod" : " 4.3.6"
7474 },
Original file line number Diff line number Diff line change 7272 "read-pkg-up" : " ^11.0.0" ,
7373 "rxjs" : " ^7.8.1" ,
7474 "semver" : " ^7.6.3" ,
75- "ts-morph" : " 27.0.0 " ,
75+ "ts-morph" : " ^ 27.0.2 " ,
7676 "tslib" : " ^2.7.0" ,
7777 "zod" : " 3.25.76"
7878 },
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export class CliStats extends CliHttpClient {
5353
5454 return this . post ( "/rest/cli/stats" , {
5555 data
56- } ) . catch ( ( ) => {
56+ } ) . catch ( ( er ) => {
5757 return null ;
5858 } ) ;
5959 }
You can’t perform that action at this time.
0 commit comments