diff options
Diffstat (limited to 'src/cli.js')
-rwxr-xr-x | src/cli.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/usr/bin/env node const { main } = require("papo"); -(async () => await main())(); +main(); |
![]() |
index : papod | |
Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | src/cli.js | 2 |
@@ -1,4 +1,4 @@ #!/usr/bin/env node const { main } = require("papo"); -(async () => await main())(); +main(); |