mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Style the debug window to match the sidebar
This commit is contained in:
@@ -160,7 +160,6 @@ module.exports = function(RED) {
|
||||
root: __dirname + '/lib/debug/',
|
||||
dotfiles: 'deny'
|
||||
};
|
||||
console.log("SERVING UP",req.params[0]);
|
||||
res.sendFile(req.params[0], options);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user