Merge pull request #2690 from node-red/sf-module

[sf-modules] Support npm subflow modules
This commit is contained in:
Nick O'Leary
2021-01-08 21:16:05 +00:00
committed by GitHub
34 changed files with 1289 additions and 402 deletions

View File

@@ -60,6 +60,7 @@ module.exports = {
runtimeAPI.nodes.addModule(opts).then(function(info) {
res.json(info);
}).catch(function(err) {
console.log(err.stack);
apiUtils.rejectHandler(req,res,err);
})
},