OS path in run-all's banner

This commit is contained in:
Slava Kim
2015-01-14 14:59:36 -08:00
committed by Sashko Stubailo
parent c5521f81c0
commit a7816c235f

View File

@@ -35,8 +35,8 @@ var Runner = function (options) {
self.stopped = false;
self.quiet = options.quiet;
self.banner =
options.banner || files.prettyPath(self.projectContext.projectDir);
self.banner = options.banner ||
files.convertToOSPath(files.prettyPath(self.projectContext.projectDir));
if (options.rootUrl) {
self.rootUrl = options.rootUrl;
} else if (options.proxyHost) {