Skip to content

Commit

Permalink
make validateDirectory private
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpascual committed Nov 15, 2023
1 parent eebc71d commit 9589b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/sandbox/sandbox_command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class SandboxCommand
).delete({ name: this.sandboxName });
};

validateDirectory = async (option: string, dir: string) => {
private validateDirectory = async (option: string, dir: string) => {
let stats;
try {
stats = await fsp.stat(dir, {});
Expand Down

0 comments on commit 9589b49

Please sign in to comment.