fix standard

pull/1/head
yann300 7 years ago
parent 71df9019f6
commit 9489a3a87f
  1. 2
      src/app/execution/txLogger.js
  2. 2
      src/app/panels/terminal.js

@ -44,8 +44,6 @@ class TxLogger {
}
}
function log (self, tx, api) {
var resolvedTransaction = api.resolvedTransaction(tx.hash)
if (resolvedTransaction) {

@ -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 }

Loading…
Cancel
Save