Skip to content
Snippets Groups Projects
Commit 2718ff6e authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

if error, no repeat

parent 2a1c0661
No related branches found
No related tags found
No related merge requests found
......@@ -83,8 +83,8 @@ function call(pRef, js, postFunc) {
logger.debug(`res: ${typeof res} (${res.length} Bytes)`);
logger.debug(`OutputType: ${js.OutputType}, OutputEncoding: ${js.OutputEncoding}`);
b.push(res);
next();
}
next();
}
);
};
......
{
"name": "relayServer",
"version": "14.1.0",
"version": "14.1.1",
"description": "Nodejs-based http server for measurement tasks",
"main": "relayServer.js",
"directories": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment