From ba5f36fb91068c3a4bfc9d69bd6a79286eca7d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 17 Aug 2016 14:41:48 +0200 Subject: [PATCH] loopback#context: fix missing "g" symbol --- server/middleware/context.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/middleware/context.js b/server/middleware/context.js index 2953252b..9b737328 100644 --- a/server/middleware/context.js +++ b/server/middleware/context.js @@ -3,6 +3,8 @@ // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT +var g = require('strong-globalize')(); + module.exports = function() { throw new Error(g.f( '%s middleware was removed in version 3.0. See %s for more details.',