1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge pull request #283 from hindessm/missing-require-util

Add missing util require.
This commit is contained in:
Nick O'Leary 2014-07-21 15:22:15 +01:00
commit 7687cf6661

View File

@ -14,6 +14,8 @@
* limitations under the License.
**/
var util = require("util");
var redApp = null;
var storage = null;