| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,10 @@ import test from 'node:test'; | |||
| 7 | 7 | import fs from 'node:fs'; | |
| 8 | 8 | import childProcess from 'child_process'; | |
| 9 | 9 | ||
| 10 | + if (process.config.variables.node_shared_sqlite) { | ||
| 11 | + common.skip('Missing libsqlite_extension binary'); | ||
| 12 | + } | ||
| 13 | + | ||
| 10 | 14 | // Lib extension binary is named differently on different platforms | |
| 11 | 15 | function resolveBuiltBinary(binary) { | |
| 12 | 16 | const targetFile = fs.readdirSync(path.dirname(process.execPath)).find((file) => file.startsWith(binary)); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments