Version 1.0.2 mit node_modules Verzeichnis

This commit is contained in:
ISA
2024-10-02 07:58:24 +02:00
parent f353a06b1b
commit 62b6e55a0a
68228 changed files with 4548477 additions and 651 deletions

20
node_modules/next/dist/telemetry/flush-and-exit.js generated vendored Normal file
View File

@@ -0,0 +1,20 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "flushAndExit", {
enumerable: true,
get: function() {
return flushAndExit;
}
});
const _shared = require("../trace/shared");
async function flushAndExit(code) {
let telemetry = _shared.traceGlobals.get("telemetry");
if (telemetry) {
await telemetry.flush();
}
process.exit(code);
}
//# sourceMappingURL=flush-and-exit.js.map