Skip to content

Commit

Permalink
Fix case where out/vs doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Aug 10, 2021
1 parent b6b1232 commit 6533d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/npm/postinstall.js
Expand Up @@ -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.
Expand Down

0 comments on commit 6533d46

Please sign in to comment.