We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c81f6c commit a68b100Copy full SHA for a68b100
1 file changed
src/app/service/content/gm_api/gm_api.ts
@@ -1129,7 +1129,7 @@ export default class GMApi extends GM_Base {
1129
if (!isPreventDefault) {
1130
if (typeof data.url === "string") {
1131
window.open(data.url, "_blank");
1132
- LoggerCore.logger().info("GM_notification open url:" + data.url, {
+ LoggerCore.logger().info("GM_notification open url: " + data.url, {
1133
data,
1134
});
1135
}
0 commit comments