Add strict flag to debug (for consistency with others)

This commit is contained in:
dceejay 2015-02-08 11:32:26 +00:00
parent 8451c29a25
commit 1513dbfcdd
1 changed files with 3 additions and 2 deletions

View File

@ -15,6 +15,7 @@
**/
module.exports = function(RED) {
"use strict";
var util = require("util");
var events = require("events");
var debuglength = RED.settings.debugMaxLength||1000;