Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6315ac4

Browse files
committed
update
1 parent 9d6bc0b commit 6315ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web_ui/lib/src/engine/window.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class EngineFlutterWindow extends ui.SingletonFlutterWindow {
204204
).toString(),
205205
);
206206
} else {
207-
path = arguments!.tryString('location')!;
207+
path = arguments.tryString('location')!;
208208
}
209209
browserHistory.setRouteName(
210210
path,

0 commit comments

Comments
 (0)