mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
OS path in run-all's banner
This commit is contained in:
committed by
Sashko Stubailo
parent
c5521f81c0
commit
a7816c235f
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user