Rocco Farrell
Results
1
issues of
Rocco Farrell
Line 52 of the generate.js script has `const engineFile = (0, fs_1.readdirSync)(clientPath).find((f) => f.startsWith('libquery_engine-'));` where clientPath is `.\node_modules\@prismany\client\base_schema` However the copied engine is named `query_engine-windows.dll.node` Changing line 52 to `const...