You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried on my project and unfortunately it returned an error. Any idea what's causing the issue?
$ deadfile ./src/index.js
╭──────────────────────────────────────────────────────────────╮
│ │
│ Dead File! │
│ │
│ Simply find the unused files in your javascript project. │
│ Press --help for help. │
│ │
╰──────────────────────────────────────────────────────────────╯
✔ 1221 total assets found in base directory.
✔ 76 imported assets found.
/usr/local/lib/node_modules/deadfile/node_modules/table/dist/validateTableData.js:88
throw _iteratorError;
^
Error: Table data must not contain control characters.
at validateTableData (/usr/local/lib/node_modules/deadfile/node_modules/table/dist/validateTableData.js:60:19)
at table (/usr/local/lib/node_modules/deadfile/node_modules/table/dist/table.js:96:34)
at logger (/usr/local/lib/node_modules/deadfile/src/cli/Logger.js:38:18)
at DeadFile.reporting (/usr/local/lib/node_modules/deadfile/src/index.js:84:5)
at DeadFile.checkDiff (/usr/local/lib/node_modules/deadfile/src/index.js:78:12)
at DeadFile.setUsedAssets (/usr/local/lib/node_modules/deadfile/src/index.js:47:10)
at /usr/local/lib/node_modules/deadfile/src/handlers/UsedAssets.js:75:12
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)
The text was updated successfully, but these errors were encountered:
I just tried on my project and unfortunately it returned an error. Any idea what's causing the issue?
The text was updated successfully, but these errors were encountered: