12
This commit is contained in:
parent
ddf135daa6
commit
565bf0b279
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# angel_route
|
||||
|
||||
![version 1.0.0-dev+11](https://img.shields.io/badge/version-1.0.0--dev+11-red.svg)
|
||||
![version 1.0.0-dev+12](https://img.shields.io/badge/version-1.0.0--dev+12-red.svg)
|
||||
![build status](https://travis-ci.org/angel-dart/route.svg)
|
||||
|
||||
A powerful, isomorphic routing library for Dart.
|
||||
|
|
|
@ -260,8 +260,8 @@ class Route {
|
|||
.._parent = parent
|
||||
.._stub = child.matcher);
|
||||
|
||||
parent._printDebug(
|
||||
"Joined '/$path1' and '/$path2', created head: ${route._head.pattern} and stub: ${route._stub.pattern}");
|
||||
/*parent._printDebug(
|
||||
"Joined '/$path1' and '/$path2', created head: ${route._head.pattern} and stub: ${route._stub.pattern}");*/
|
||||
|
||||
return route..debug = parent.debug || child.debug || debug;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: angel_route
|
||||
description: A powerful, isomorphic routing library for Dart.
|
||||
version: 1.0.0-dev+11
|
||||
version: 1.0.0-dev+12
|
||||
author: Tobe O <thosakwe@gmail.com>
|
||||
homepage: https://github.com/angel-dart/angel_route
|
||||
dev_dependencies:
|
||||
|
|
Loading…
Reference in a new issue