Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Add interactive near repl with auto-injected nearlib, near and account #128

Merged
merged 13 commits into from
Nov 4, 2019

Conversation

vgrichina
Copy link
Contributor

Needed this for my own debugging, I think will be useful for everyone else as well

bin/near Outdated
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env node --experimental-repl-await
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's --experimental-repl-await?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(would be helpful to leave a comment)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@janedegtiareva
Copy link
Contributor

looks like it needs some changes for ci (it fails with /usr/bin/env: 'node --experimental-repl-await': No such file or directory)

@vgrichina
Copy link
Contributor Author

looks like it needs some changes for ci (it fails with /usr/bin/env: 'node --experimental-repl-await': No such file or directory)

yeah, it's kinda weird, cannot reproduce this locally. Both BSD env and coreutils env are supposed to support this syntax.

Maybe it should be fixed together with #45 (as then there is reason for us to launch child process).

@vgrichina vgrichina changed the base branch from staging to master September 5, 2019 00:30
@vgrichina vgrichina merged commit b934223 into master Nov 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants