Skip to content

Commit

Permalink
feat: update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdsmao committed Oct 14, 2021
1 parent 75cc166 commit 43d93aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook_snapshot/lib/src/snapshot_support.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 43d93aa

Please sign in to comment.