发布

  • fix(core): fixes an issue where using "node:test" results in infinite loop (#27685)

    frostbyte_neo 发布于 2024-08-28 20:35:56 +00:00

    This PR fixes an issue with node:test not being recognized as a
    built-in Node module, and since it is not in node_modules with a
    resolvable package.json, it hits an infinite loop.

    Current Behavior

    Expected Behavior

    Related Issue(s)

    Fixes #

    (cherry picked from commit e28de09c40)

    下载附件