I'm running PGlite 0.3.1 in Node 20.9 on Windows 11, and running the code below:
const client = new PGlite();
console.log(JSON.stringify(await client.exec("SELECT 1")));
Gives me the following console output:
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
[{"rows":[{"?column?":1}],"fields":[{"name":"?column?","dataTypeID":23}],"affectedRows":0}]
Everything else works, but running the first query gives me that. Why is that? How do I get rid of it?
Passing in a local path doesn't seem to change anything either.
Doesn't seem to be happening in my Linux GitHub actions 👀
I'm running PGlite 0.3.1 in Node 20.9 on Windows 11, and running the code below:
Gives me the following console output:
Everything else works, but running the first query gives me that. Why is that? How do I get rid of it?
Passing in a local path doesn't seem to change anything either.
Doesn't seem to be happening in my Linux GitHub actions 👀