chore(router): fix formatting
This commit is contained in:
parent
9d66b5b09e
commit
b26f99787e
|
@ -174,7 +174,8 @@ export class RouteRegistry {
|
||||||
|
|
||||||
var componentRecognizer = this._rules.get(componentCursor);
|
var componentRecognizer = this._rules.get(componentCursor);
|
||||||
if (isBlank(componentRecognizer)) {
|
if (isBlank(componentRecognizer)) {
|
||||||
throw new BaseException(`Component "${getTypeNameForDebugging(componentCursor)}" has no route config.`);
|
throw new BaseException(
|
||||||
|
`Component "${getTypeNameForDebugging(componentCursor)}" has no route config.`);
|
||||||
}
|
}
|
||||||
var response = componentRecognizer.generate(segment, params);
|
var response = componentRecognizer.generate(segment, params);
|
||||||
if (isBlank(response)) {
|
if (isBlank(response)) {
|
||||||
|
|
Loading…
Reference in New Issue