mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 21:50:17 +08:00
Update checked-in dependencies
This commit is contained in:
4
node_modules/lie/polyfill.js
generated
vendored
Normal file
4
node_modules/lie/polyfill.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
'use strict';
|
||||
if (typeof global.Promise !== 'function') {
|
||||
global.Promise = require('./lib');
|
||||
}
|
||||
Reference in New Issue
Block a user