We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a9fa2 commit ba5f36fCopy full SHA for ba5f36f
server/middleware/context.js
@@ -3,6 +3,8 @@
3
// This file is licensed under the MIT License.
4
// License text available at https://opensource.org/licenses/MIT
5
6
+var g = require('strong-globalize')();
7
+
8
module.exports = function() {
9
throw new Error(g.f(
10
'%s middleware was removed in version 3.0. See %s for more details.',
0 commit comments