| 112 | |
| 113 | // and a handler that is called if content failed to fetch |
| 114 | const contentFailedToFetch = _ => { |
| 115 | this._fetchFallbackPage(path, qs, cb) || this._fetch404(file, qs, cb); |
| 116 | }; |
| 117 | |
| 118 | // attempt to fetch content from a virtual route, and fallback to fetching the actual file |
| 119 | if (!this.isRemoteUrl) { |
nothing calls this directly
no test coverage detected