()
| 233 | // Return the root of dev_bundle (probably /usr/local/meteor in an |
| 234 | // install, or (checkout root)/dev_bundle in a checkout.). |
| 235 | export function getDevBundle() { |
| 236 | return pathJoin(getCurrentToolsDir(), 'dev_bundle'); |
| 237 | } |
| 238 | |
| 239 | export function getCurrentNodeBinDir() { |
| 240 | return pathJoin(getDevBundle(), "bin"); |
no test coverage detected
searching dependent graphs…