happybeing / happybeing/safe-cli-boilerplate
BUG: re-running the command omits to produce the SAFE API related output
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Running the exectuable (e.g. with mock network) is intended to produce output similar to the following:
```
.git - 4 KB
.gitignore - 992 B
LICENSE - 34.32 KB
README.md - 3.51 KB
cli.js - 3.59 KB
dist - 4 KB
example.example.log - 4 B
node_modules - 4 KB
package-lock.json - 57.46 KB
package.json - 1.77 KB
safe-app-cli.js - 3.38 KB
yarn-error.log - 39.76 KB
Quick Setup Completed
New file is created and saved to the network successfully
The file has been opened and read
The content of the file which has been read: Hello Safe World
```
However, I frequently find that the last four lines (from "Quick Setup Completed" onwards) do not appear. When this happens, the SAFE Browser is still activated but I have not investigated this failed behaviour.
If you repeat the command, it will eventually begin producing the correct output. It may then continue correctly or revert to the incomplete output and so on.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.