We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
global
GLOBAL
1 parent abb32d8 commit 2e77241Copy full SHA for 2e77241
src/cli.js
@@ -1,6 +1,6 @@
1
#!/usr/bin/env node
2
3
-if (typeof GLOBAL.Promise === 'undefined') GLOBAL.Promise = require('bluebird')
+if (typeof global.Promise === 'undefined') global.Promise = require('bluebird')
4
5
var Yarsay = require('./yarsay')
6
var argv = require('yargs')
0 commit comments