Fix case where out/vs doesn't exist

This commit is contained in:
Logan Ramos 2021-08-10 15:13:27 -04:00
parent b6b1232da2
commit 6533d46465
No known key found for this signature in database
GPG key ID: D9CCFF14F0B18183

View file

@ -116,6 +116,7 @@ function buildWebNodePaths() {
// Now we write the node paths to out/vs
const outDirectory = path.join(root, 'out', 'vs');
fs.mkdirSync(outDirectory, { recursive: true });
const headerWithGeneratedFileWarning = `/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.