diff --git a/packages/masamune/lib/src/masamune_adapter.dart b/packages/masamune/lib/src/masamune_adapter.dart index 89e18c1b8..6854c61ed 100644 --- a/packages/masamune/lib/src/masamune_adapter.dart +++ b/packages/masamune/lib/src/masamune_adapter.dart @@ -196,7 +196,7 @@ class MasamuneAdapterScope _MasamuneAdapterScope>(); assert( scope != null, - "MasamuneAdapterScope is not found. Place [MasamuneAdapterScope] widget closer to the root.", + "MasamuneAdapterScope<${TAdapter.toString()}> is not found. Place [MasamuneAdapterScope<${TAdapter.toString()}>] widget closer to the root.", ); return (scope?.widget as _MasamuneAdapterScope?)?.adapter; }