Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect import in recognize.util.js
Changed the ES6 import statement to require for consistency and compatibility with the existing CommonJS module system used in the recognize.util.js file. This ensures that the copyFileSync function is properly imported from fs.util and aligns with the project's module usage.
- Loading branch information