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
c627b9a7
Commit
c627b9a7
authored
Sep 09, 2021
by
bunsenstraat
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'github' of
https://github.com/ethereum/remix-project
into github
parents
7fea8ad8
c277af98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
hardhatClient.ts
libs/remixd/src/services/hardhatClient.ts
+3
-2
No files found.
libs/remixd/src/services/hardhatClient.ts
View file @
c627b9a7
...
...
@@ -37,10 +37,11 @@ export class HardhatClient extends PluginClient {
result
+=
msg
+
'
\
n'
})
child
.
stderr
.
on
(
'data'
,
(
err
)
=>
{
error
+=
`[Hardhat Compilation]:
${
err
.
toString
()}
`
error
+=
`[Hardhat Compilation]:
${
err
.
toString
()}
\n
`
})
child
.
on
(
'close'
,
()
=>
{
if
(
error
)
reject
(
error
)
if
(
error
&&
result
)
resolve
(
error
+
result
)
else
if
(
error
)
reject
(
error
)
else
resolve
(
result
)
})
})
...
...
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