Google脚本-错误脚本-userCodeAppPanel-如何查找错误?

时间:2020-07-06 00:32:22

标签: google-apps-script

如何找到脚本错误? ChromeDevTools-控制台:

ChromeDevTools - Console

当我单击userCodePanel时,pre格式显示以下来源:

<!doctype html>
    <style nonce="dqs2Iw0xA4xt/uhPgBmJpw">
        html, body, iframe {
            border: 0;
            display: block;
            height: 100%;
            margin: 0;
            padding: 0;
            width: 100%;
    }

    iframe#userHtmlFrame {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
</style>
<meta name="chromevox" content-script="no">
<script type="text/javascript" src="/static/macros/client/js/**code**-mae_html_user_bin_i18n_mae_html_user__pt_br.js" nonce="**code**/**code**"></script>
<script nonce="**code**/**code**">
maeInit_(true);

出于安全原因,我通过 code 更改了密码。

Stackdriver Logging e Error报告未显示错误。

请提供上述信息,如何查找错误?

0 个答案:

没有答案