Merge branch 'soon' into staging
commit
9cb92d2e6f
|
@ -102,6 +102,7 @@ var list = Tasks.list = function (env, cb, migration) {
|
||||||
root: env.root,
|
root: env.root,
|
||||||
error: e,
|
error: e,
|
||||||
});
|
});
|
||||||
|
w.abort();
|
||||||
return void cb(e);
|
return void cb(e);
|
||||||
}
|
}
|
||||||
if (list.length === 0) {
|
if (list.length === 0) {
|
||||||
|
|
|
@ -55,7 +55,7 @@ if (process.env.PACKAGE) {
|
||||||
config.httpPort = 3000;
|
config.httpPort = 3000;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof(httpSafeOrigin) !== 'string') {
|
if (typeof(config.httpSafeOrigin) !== 'string') {
|
||||||
if (typeof(config.httpSafePort) !== 'number') {
|
if (typeof(config.httpSafePort) !== 'number') {
|
||||||
config.httpSafePort = config.httpPort + 1;
|
config.httpSafePort = config.httpPort + 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue