mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Confirm actions that would overwrite dirty workspace
This commit is contained in:
@@ -371,7 +371,6 @@ module.exports = {
|
||||
res.json(data);
|
||||
})
|
||||
.catch(function(err) {
|
||||
console.log(err.stack);
|
||||
if (err.code) {
|
||||
res.status(400).json({error:err.code, message: err.message});
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user