File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
mongodb-memory-server-global-3.6
mongodb-memory-server-global-4.2
mongodb-memory-server-global-4.4
mongodb-memory-server-global Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ function doesModuleExist(name) {
88 }
99}
1010
11- const modulePath = '../ mongodb-memory-server-core/lib/util/postinstallHelper' ;
11+ const modulePath = 'mongodb-memory-server-core/lib/util/postinstallHelper' ;
1212
1313if ( ! doesModuleExist ( modulePath ) ) {
1414 console . log ( 'Could not find file "postinstall" in core package!' ) ;
15+
1516 return ;
1617}
1718
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ function doesModuleExist(name) {
88 }
99}
1010
11- const modulePath = '../ mongodb-memory-server-core/lib/util/postinstallHelper' ;
11+ const modulePath = 'mongodb-memory-server-core/lib/util/postinstallHelper' ;
1212
1313if ( ! doesModuleExist ( modulePath ) ) {
1414 console . log ( 'Could not find file "postinstall" in core package!' ) ;
15+
1516 return ;
1617}
1718
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ function doesModuleExist(name) {
88 }
99}
1010
11- const modulePath = '../ mongodb-memory-server-core/lib/util/postinstallHelper' ;
11+ const modulePath = 'mongodb-memory-server-core/lib/util/postinstallHelper' ;
1212
1313if ( ! doesModuleExist ( modulePath ) ) {
1414 console . log ( 'Could not find file "postinstall" in core package!' ) ;
15+
1516 return ;
1617}
1718
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ function doesModuleExist(name) {
88 }
99}
1010
11- const modulePath = '../ mongodb-memory-server-core/lib/util/postinstallHelper' ;
11+ const modulePath = 'mongodb-memory-server-core/lib/util/postinstallHelper' ;
1212
1313if ( ! doesModuleExist ( modulePath ) ) {
1414 console . log ( 'Could not find file "postinstall" in core package!' ) ;
15+
1516 return ;
1617}
1718
Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ function doesModuleExist(name) {
1818 }
1919}
2020
21- const modulePath = '../ mongodb-memory-server-core/lib/util/postinstallHelper' ;
21+ const modulePath = 'mongodb-memory-server-core/lib/util/postinstallHelper' ;
2222
2323if ( ! doesModuleExist ( modulePath ) ) {
2424 console . log ( 'Could not find file "postinstall" in core package!' ) ;
25+
2526 return ;
2627}
2728
You can’t perform that action at this time.
0 commit comments