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
aec718b6
Commit
aec718b6
authored
Sep 08, 2017
by
yann300
Committed by
GitHub
Sep 08, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #778 from ethereum/standardFix
Throw if standard test fails
parents
5878bd71
9489a3a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+1
-1
terminal.js
src/app/panels/terminal.js
+1
-1
No files found.
package.json
View file @
aec718b6
...
...
@@ -152,7 +152,7 @@
"serve"
:
"execr --silent http-server ."
,
"sourcemap"
:
"exorcist --root ../ build/app.js.map > build/app.js"
,
"start"
:
"npm-run-all -lpr serve watch onchange"
,
"test"
:
"
standard; npm run csslint;
node test/index.js"
,
"test"
:
"
npm run csslint; standard &&
node test/index.js"
,
"test-browser"
:
"npm-run-all -lpr selenium downloadsolc make-mock-compiler serve browsertest"
,
"watch"
:
"watchify src/index.js -dv -p browserify-reload -o build/app.js"
}
...
...
src/app/panels/terminal.js
View file @
aec718b6
...
...
@@ -575,7 +575,7 @@ class Terminal {
command
(
args
,
scopedCommands
,
el
=>
append
(
null
,
args
,
blockify
(
el
)))
}
var
help
=
typeof
command
.
help
===
'string'
?
command
.
help
:
[
`// no help available for:`
,
'// no help available for:'
,
`terminal.commands.
${
name
}
(...)`
].
join
(
'
\
n'
)
self
.
commands
[
name
].
toString
=
_
=>
{
return
help
}
...
...
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