Skip to content

Commit 280489a

Browse files
committed
fix(runtime/window/manager.cc): fix typo
1 parent 1b7a17b commit 280489a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/window/manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ namespace ssc::runtime::window {
463463
{"utility", this->options.utility},
464464
{"status", this->status},
465465
{"readyState", readyState},
466-
{"origin", this->options.origin},
466+
{"origin", this->options.origin.str()},
467467
{"aspectRatio", this->options.aspectRatio},
468468
{"titlebarStyle", this->options.titlebarStyle},
469469
{"windowControlOffsets", this->options.windowControlOffsets},

0 commit comments

Comments
 (0)