(relativePath)
| 44 | |
| 45 | // Use the global asset path for any file references |
| 46 | function getAssetPath(relativePath) { |
| 47 | return path.join(global.__assetsdir || path.join(__dirname, 'assets'), relativePath); |
| 48 | } |
| 49 | |
| 50 | // Function to get the preload script path |
| 51 | function getPreloadPath() { |
no outgoing calls
no test coverage detected