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
refactor(onnx): use safeReadFile for patch verification
Replace existsSync + fs.readFile with safeReadFile which safely handles
missing files and errors by returning undefined. This simplifies the
code and follows the codebase's safe file operation patterns.
0 commit comments