Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9
CHANGELOG | ||
v1.0.0-alpha.9 | ||
- not stop server when failed | ||
v1.0.0-alpha.8 | ||
@@ -4,0 +7,0 @@ - default log export |
@@ -24,3 +24,3 @@ 'use strict'; | ||
/* global __VERSION__ */ | ||
var VERSION = typeof '1.0.0-alpha.8' !== 'undefined' ? '1.0.0-alpha.8' : 'untranspiled source'; | ||
var VERSION = typeof '1.0.0-alpha.9' !== 'undefined' ? '1.0.0-alpha.9' : 'untranspiled source'; | ||
@@ -27,0 +27,0 @@ exports.window = window_; |
@@ -133,7 +133,2 @@ 'use strict'; | ||
this.setShellStatus(false); | ||
return Promise.all([ | ||
// this.stopBrowser(), // Don't stop the browser | ||
this.stopServer()]).then(function (_) { | ||
// this.exitProcess()); - Don't exit the process | ||
}); | ||
} | ||
@@ -140,0 +135,0 @@ }]); |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "javascript", |
@@ -93,9 +93,3 @@ // Copyright (c) 2015 - 2017 Uber Technologies, Inc. | ||
this.setShellStatus(false); | ||
return Promise.all([ | ||
// this.stopBrowser(), // Don't stop the browser | ||
this.stopServer() | ||
]).then(_ => { | ||
// this.exitProcess()); - Don't exit the process | ||
}); | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
247665
3800
1