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
364550b0
Commit
364550b0
authored
Jan 09, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix remixd launch
parent
515e35ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
browser_tests.sh
ci/browser_tests.sh
+1
-2
shared-folder.js
src/app/files/shared-folder.js
+1
-1
No files found.
ci/browser_tests.sh
View file @
364550b0
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
set
-e
set
-e
setupRemixd
()
{
setupRemixd
()
{
npm
install
remixd
mkdir
remixdSharedfolder
mkdir
remixdSharedfolder
cd
remixdSharedfolder
cd
remixdSharedfolder
echo
"contract test1 { function get () returns (uint) { return 8; }}"
>
contract1.sol
echo
"contract test1 { function get () returns (uint) { return 8; }}"
>
contract1.sol
...
@@ -15,7 +14,7 @@ setupRemixd () {
...
@@ -15,7 +14,7 @@ setupRemixd () {
cd
..
cd
..
echo
'sharing folder: '
echo
'sharing folder: '
echo
$PWD
echo
$PWD
./../node_modules/.bin/remixd
-S
$PWD
&
node ../node_modules/remixd/src/main.js
-s
$PWD
&
cd
..
cd
..
}
}
...
...
src/app/files/shared-folder.js
View file @
364550b0
...
@@ -54,7 +54,7 @@ module.exports = class SharedFolder {
...
@@ -54,7 +54,7 @@ module.exports = class SharedFolder {
this
.
remixd
=
remixapi
(
remixd
,
this
)
this
.
remixd
=
remixapi
(
remixd
,
this
)
this
.
type
=
'localhost'
this
.
type
=
'localhost'
this
.
error
=
{
'EEXIST'
:
'File already exists'
}
this
.
error
=
{
'EEXIST'
:
'File already exists'
}
this
.
_isReady
=
tru
e
this
.
_isReady
=
fals
e
this
.
filesContent
=
{}
this
.
filesContent
=
{}
remixd
.
event
.
register
(
'notified'
,
(
data
)
=>
{
remixd
.
event
.
register
(
'notified'
,
(
data
)
=>
{
...
...
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