fix rx long stack trace support
This commit is contained in:
@ -16,7 +16,7 @@ const services = new Fetchr({
|
||||
xhrPath: '/services'
|
||||
});
|
||||
|
||||
Rx.longStackSupport = !!debug.enabled;
|
||||
Rx.config.longStackSupport = !!debug.enabled;
|
||||
|
||||
// returns an observable
|
||||
app$(history)
|
||||
|
@ -26,7 +26,8 @@ var Rx = require('rx'),
|
||||
eslint = require('gulp-eslint');
|
||||
|
||||
|
||||
Rx.longStackSupport = true;
|
||||
Rx.config.longStackSupport = true;
|
||||
|
||||
var reloadDelay = 1000;
|
||||
var reload = sync.reload;
|
||||
var paths = {
|
||||
|
Reference in New Issue
Block a user