You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expected result is 27, with message: "exited with code=0 in x seconds". However when you throw an Error in the push function, there is nothing printed to the console, but the execution still ends with: "exited with code=0 in x seconds".
Environment:
software
version
Comunica Engine
2.7.0
node
v18.16.0
npm
9.6.5
yarn
1.22.19
Operating System
linux (Linux 5.10.102.1-microsoft-standard-WSL2)
The text was updated successfully, but these errors were encountered:
Issue type:
Description:
If in the push method (here) of the FiFo link queue any error is thrown, it will exit the query with no message or warning.
With query:
PREFIX snvoc: https://solidbench.linkeddatafragments.org/www.ldbc.eu/ldbc_socialnet/1.0/vocabulary/
SELECT DISTINCT ?forumId ?forumTitle WHERE {
?message snvoc:hasCreator https://solidbench.linkeddatafragments.org/pods/00000006597069767117/profile/card#me.
?forum snvoc:containerOf ?message;
snvoc:id ?forumId;
snvoc:title ?forumTitle.
}
When you run the following piece of code
The expected result is
27
, with message: "exited with code=0 in x seconds". However when you throw an Error in the push function, there is nothing printed to the console, but the execution still ends with: "exited with code=0 in x seconds".Environment:
The text was updated successfully, but these errors were encountered: