mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 01:08:46 +00:00
commit node_modules and generated files
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
function Buffer() {
|
||||
throw new Error("Buffer is not included.");
|
||||
}
|
||||
Buffer.isBuffer = function() {
|
||||
return false;
|
||||
};
|
||||
|
||||
exports.INSPECT_MAX_BYTES = 50;
|
||||
exports.SlowBuffer = Buffer;
|
||||
exports.Buffer = Buffer;
|
||||
Reference in New Issue
Block a user