File tree 1 file changed +0
-20
lines changed
meteor-legacy-coverage/server/services
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -21,26 +21,6 @@ hookLoader = function (opts) {
21
21
throw 'Instrumenter already defined ! You cannot call this method twice' ;
22
22
}
23
23
instrumenter = Instrument . createInstrumenter ( opts ) ;
24
- Hook . hookRunInThisContext (
25
- shallInstrumentServerScript ,
26
- function ( code , options ) {
27
- var filename = typeof options === 'string' ? options : options . filename ;
28
- return instrumenter . instrumentSync ( code , filename ) ;
29
- } ,
30
- {
31
- verbose : opts . verbose
32
- }
33
- ) ;
34
- Hook . hookRequire (
35
- shallInstrumentServerScript ,
36
- function ( code , options ) {
37
- var filename = typeof options === 'string' ? options : options . filename ;
38
- return instrumenter . instrumentSync ( code , filename ) ;
39
- } ,
40
- {
41
- verbose : opts . verbose
42
- }
43
- ) ;
44
24
} ;
45
25
46
26
instrumentJs = function ( content , path , callback ) {
You can’t perform that action at this time.
0 commit comments