Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Feb 13, 2024
1 parent 782eeb8 commit 7aacfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ async function getStackDirectories(stackYaml, stack, workingDirectory) {
exports.getStackDirectories = getStackDirectories;
function defaultLocalProgramsPath(stackRoot) {
if (process.platform === "win32") {
const localAppData = process.env["%LOCALAPPDATA%"];
const localAppData = process.env.LOCALAPPDATA;
if (localAppData) {
return (0, path_1.join)(localAppData, "Programs", "stack");
}
Expand Down

0 comments on commit 7aacfc8

Please sign in to comment.