[ci] format

This commit is contained in:
tony-sull 2022-05-23 20:53:42 +00:00 committed by github-actions[bot]
parent 0209d6276c
commit eb4382a251

View file

@ -108,7 +108,9 @@ export class App {
throw new Error(`Unable to resolve [${specifier}]`); throw new Error(`Unable to resolve [${specifier}]`);
} }
const bundlePath = manifest.entryModules[specifier]; const bundlePath = manifest.entryModules[specifier];
return bundlePath.startsWith('data:') ? bundlePath : prependForwardSlash(joinPaths(manifest.base, bundlePath)); return bundlePath.startsWith('data:')
? bundlePath
: prependForwardSlash(joinPaths(manifest.base, bundlePath));
}, },
route: routeData, route: routeData,
routeCache: this.#routeCache, routeCache: this.#routeCache,