mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-07 06:07:19 +08:00
fe44a129df
Fixes CVE-2022-35954. Does not look like anything terriblity important to me, but hey, audit is happy.
8 lines
188 B
JavaScript
8 lines
188 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
var _default = '00000000-0000-0000-0000-000000000000';
|
|
exports.default = _default; |