File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 "build:types" : " tsc --declaration --emitDeclarationOnly --outDir types && prettier \" types/**/*.ts\" --write" ,
3939 "build:code" : " babel src -d dist --copy-files" ,
4040 "build" : " npm-run-all -p \" build:**\" " ,
41- "test:only" : " node --trace-deprecation node_modules/.bin/ jest" ,
41+ "test:only" : " jest" ,
4242 "test:watch" : " npm run test:only -- --watch" ,
4343 "test:coverage" : " npm run test:only -- --collectCoverageFrom=\" src/**/*.js\" --coverage" ,
4444 "pretest" : " npm run lint" ,
Original file line number Diff line number Diff line change @@ -1075,16 +1075,16 @@ function wrapper(context) {
10751075
10761076 if ( outgoing ) {
10771077 // Response finished, cleanup
1078- onFinishedStream ( outgoing , ( err ) => {
1079- if ( err ) {
1080- context . logger . error ( "Stream error:" , err ) ;
1081- }
1082-
1083- destroyStream (
1084- /** @type {import("fs").ReadStream } */ ( bufferOrStream ) ,
1085- true ,
1086- ) ;
1087- } ) ;
1078+ // onFinishedStream(outgoing, (err) => {
1079+ // if (err) {
1080+ // context.logger.error("Stream error:", err);
1081+ // }
1082+ //
1083+ // destroyStream(
1084+ // /** @type {import("fs").ReadStream } */ (bufferOrStream),
1085+ // true,
1086+ // );
1087+ // });
10881088 }
10891089 }
10901090
You can’t perform that action at this time.
0 commit comments