selenium
This commit is contained in:
10
node_modules/native-or-bluebird/index.js
generated
vendored
Normal file
10
node_modules/native-or-bluebird/index.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
module.exports = require('./promise')
|
||||
|
||||
/* istanbul ignore next */
|
||||
if (!module.exports) {
|
||||
console.error('The file "%s" requires `Promise`,', module.parent.filename)
|
||||
console.error('but neither `bluebird` nor the native `Promise` implementation were found.')
|
||||
console.error('Please install `bluebird` yourself.')
|
||||
process.exit(1)
|
||||
}
|
||||
Reference in New Issue
Block a user