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
fix: skip PDF tool tests on Windows (process.platform check)
hasCommand() now returns false immediately on win32 instead of
trying to run 'which' (which doesn't exist on Windows). Also adds
pdfinfo to the skip check in pdf-content.test.ts and warns on Linux
when tools are missing.
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
0 commit comments