| Index: pkg/path/lib/src/context.dart
|
| diff --git a/pkg/path/lib/src/context.dart b/pkg/path/lib/src/context.dart
|
| index 89010491e51e4951bd32076b8ad80a4b4ea506b3..7a88909f5f48e342ef258ca42c816c55b4079a70 100644
|
| --- a/pkg/path/lib/src/context.dart
|
| +++ b/pkg/path/lib/src/context.dart
|
| @@ -44,7 +44,7 @@ class Context {
|
| }
|
|
|
| /// Create a [Context] to be used internally within path.
|
| - Context._internal() : style = Style.platform;
|
| + Context._internal() : style = Style.platform, _current = null;
|
|
|
| Context._(this.style, this._current);
|
|
|
|
|