+4
-0
lines changedFilter options
+4
-0
lines changed 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));
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4