There was an error while loading. Please reload this page.
1 parent 69f89a8 commit 316b1deCopy full SHA for 316b1de
src/dev-server/http-server.ts
@@ -48,7 +48,7 @@ function setupProxies(app: express.Application) {
48
opts.rejectUnauthorized = !(proxy.rejectUnauthorized === false);
49
50
app.use(proxy.path, proxyMiddleware(opts));
51
- Logger.info('Proxy added:', proxy.path + ' => ' + url.format(opts));
+ Logger.info('Proxy added:' + proxy.path + ' => ' + url.format(opts));
52
}
53
});
54
0 commit comments