Skip to content

Commit d92c3f8

Browse files
author
梶塚太智
committed
Update main.rs
append comment of `folder` command
1 parent 2663dab commit d92c3f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ impl Executor {
901901
}
902902
}
903903

904+
// フォルダかどうか判定
904905
"folder" => {
905906
let path = self.pop_stack().get_string();
906907
let path = Path::new(path.as_str());

0 commit comments

Comments
 (0)