Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
47ede42b
Unverified
Commit
47ede42b
authored
Nov 26, 2018
by
yann300
Committed by
GitHub
Nov 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update remixd
parent
0c98399d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
remixd
bin/remixd
+0
-6
No files found.
bin/remixd
View file @
47ede42b
...
...
@@ -22,7 +22,6 @@ program
.
option
(
'-a, --auto-mine'
,
'mine pending transactions'
)
.
option
(
'-r, --rpc <cors-domains>'
,
'start rpc server. Values are CORS domain'
)
.
option
(
'-rp, --rpc-port'
,
'rpc server port (default 8545)'
)
.
option
(
'--profiler'
,
'start profiler service'
)
.
on
(
'--help'
,
function
(){
console
.
log
(
'
\
nExample:
\
n
\
n remixd --dev-path /home/devchains/chain1 --mist --geth --frontend /home/frontend --frontend-port 8084 --auto-mine'
)
}).
parse
(
process
.
argv
)
...
...
@@ -67,11 +66,6 @@ if (program.sharedFolder) {
killCallBack
.
push
(
sharedFolderrouter
.
start
())
}
if
(
program
.
profiler
)
{
var
profilerRouter
=
new
Router
(
65521
,
servicesList
[
'profiler'
])
killCallBack
.
push
(
profilerRouter
.
start
())
}
// kill
function
kill
()
{
for
(
var
k
in
killCallBack
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment