Skip to content

Commit 7ea9db0

Browse files
authored
Merge pull request #45 from reynaldichernando/fix-puter-shell
Fix puter shell
2 parents 4365500 + 1ad68c7 commit 7ea9db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function main() {
3939
program
4040
.command('shell')
4141
.description('Start interactive shell')
42-
.action(startShell);
42+
.action(() => startShell());
4343

4444

4545
// App commands

0 commit comments

Comments
 (0)