From 43d93aa5f3245cac983b04fbf6e4fdadd857f915 Mon Sep 17 00:00:00 2001 From: Mao Yufeng Date: Thu, 14 Oct 2021 17:31:54 +0900 Subject: [PATCH] feat: update error message --- playbook_snapshot/lib/src/snapshot_support.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook_snapshot/lib/src/snapshot_support.dart b/playbook_snapshot/lib/src/snapshot_support.dart index deab782..2fe0448 100644 --- a/playbook_snapshot/lib/src/snapshot_support.dart +++ b/playbook_snapshot/lib/src/snapshot_support.dart @@ -71,7 +71,7 @@ class SnapshotSupport { resize++; if (resize >= _maxTryResizeCount) { throw StateError( - 'Try resizing too many times. Please try to set your scenario to have a fixed size. Current is ${scenario.layout}.'); + 'Try resizing too many times. Please try to set your scenario to have a fixed size.'); } } snapshotSize = lastExtendedSize;