avajs/ava
在 GitHub 查看Print useful message when worker threads cannot be used due to Node.js flags
Open
#3,025 建立於 2022年5月18日
enhancementhelp wantedscope:reportersscope:test-environment
倉庫指標
- Star
- (20,600 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
See discussion in https://github.com/avajs/ava/pull/3015. Certain Node.js flags stop worker threads from working. We should recognize that error (ERR_WORKER_INVALID_EXEC_ARGV) and print a useful error message so users know to disable worker threads in AVA.