loopback#context: fix missing "g" symbol
This commit is contained in:
parent
01a9fa2ab2
commit
ba5f36fb91
|
@ -3,6 +3,8 @@
|
||||||
// This file is licensed under the MIT License.
|
// This file is licensed under the MIT License.
|
||||||
// License text available at https://opensource.org/licenses/MIT
|
// License text available at https://opensource.org/licenses/MIT
|
||||||
|
|
||||||
|
var g = require('strong-globalize')();
|
||||||
|
|
||||||
module.exports = function() {
|
module.exports = function() {
|
||||||
throw new Error(g.f(
|
throw new Error(g.f(
|
||||||
'%s middleware was removed in version 3.0. See %s for more details.',
|
'%s middleware was removed in version 3.0. See %s for more details.',
|
||||||
|
|
Loading…
Reference in New Issue