Skip to content

[BUG] 后台脚本 resolve 日志记录存在问题 #449

@CodFrm

Description

@CodFrm

问题描述

后台脚本返回的内容没有记录

重现步骤

执行后台脚本

// ==UserScript==
// @name         测试日志记录
// @namespace    https://bbs.tampermonkey.net.cn/
// @version      0.1.0
// @description  try to take over the world!
// @author       You
// @background
// ==/UserScript==

return new Promise((resolve, reject) => {
    // Your code here...
    resolve("测试");
});

脚本猫版本

v0.18.0

操作系统以及浏览器信息

edge chrome 137

补充信息 (选填)

https://bbs.tampermonkey.net.cn/forum.php?mod=redirect&goto=findpost&ptid=926&pid=97990

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions