Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fanngyuan committed Dec 17, 2020
1 parent 12fa41c commit e5a83c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/pages/node_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ class _NodePageState extends State<NodePage> with TickerProviderStateMixin {
command,
[
"-n",
"dev",
"Proxima",
"--http-apis",
"all",
"--disable-mint-empty-block",
"false"
//"--disable-mint-empty-block",
//"false"
],
runInShell: false);
process.stderr.transform(utf8.decoder).listen((data) {
Expand Down

0 comments on commit e5a83c5

Please sign in to comment.