3 comments (3 comments)0 reactions (0 reactions)1 assignee (1 assignee)CoffeeScript66 stars (66 stars)13 forks (13 forks)user submission
enhancementhelp wanted
- Issue 種別
- refactor
- 調査方針
- The issue is to remove support for passing an array as the message to Error constructor. The referenced commit (bf3ba64) shows the exact changes in index.js: remove the array handling branch. Check if there are any tests that rely on array messages and update them accordingly. The codebase is relatively small.