Skip to content

Commit a68b100

Browse files
authored
🐛 修正英文 log 含有全形字符问题 (#1095)
1 parent 9c81f6c commit a68b100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/service/content/gm_api/gm_api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ export default class GMApi extends GM_Base {
11291129
if (!isPreventDefault) {
11301130
if (typeof data.url === "string") {
11311131
window.open(data.url, "_blank");
1132-
LoggerCore.logger().info("GM_notification open url" + data.url, {
1132+
LoggerCore.logger().info("GM_notification open url: " + data.url, {
11331133
data,
11341134
});
11351135
}

0 commit comments

Comments
 (0)