Update packages/node_modules/node-red/lib/red.js

This commit is contained in:
Nick O'Leary 2022-04-25 20:56:03 +01:00 committed by GitHub
parent 39f303fcd6
commit edcdc6c97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -236,5 +236,5 @@ module.exports = {
* @see @node-red/editor-api_auth
* @memberof node-red
*/
get diagnostics() { debugger; return api.diagnostics }
get diagnostics() { return api.diagnostics }
};