Skip to content

Commit abec5df

Browse files
committed
Merge pull request #575 from dothebart/warn_slowness
Add a warning to the user, that this may take a while.
2 parents 1012931 + 1ef370a commit abec5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ SwaggerClient.prototype.build = function (mock) {
155155

156156
var self = this;
157157

158-
this.progress('fetching resource list: ' + this.url);
158+
this.progress('fetching resource list: ' + this.url + '; Please wait.');
159159

160160
var obj = {
161161
useJQuery: this.useJQuery,
@@ -513,4 +513,4 @@ SwaggerClient.prototype.fail = function (message) {
513513
this.failure(message);
514514

515515
throw message;
516-
};
516+
};

0 commit comments

Comments
 (0)