@ -36,7 +36,7 @@ const TestTab = require('./app/tabs/test-tab')
const FilePanel = require('./app/panels/file-panel')
const Editor = require('./app/editor/editor')
import { RunTab, makeUdapp } from './app/udapp';
import { RunTab, makeUdapp } from './app/udapp'
import PanelsResize from './lib/panels-resize'
import { RemixAppManager } from './remixAppManager'
@ -201,7 +201,7 @@ class Terminal extends Plugin {
setInterval(async () => {
try {
self._view.pendingTxCount.innerHTML = await self.call('udapp', 'pendingTransactionsCount')
} catch {
} catch (err) {
console.log('Terminal try to call "udapp".')
}
}, 1000)
@ -1,4 +1,4 @@
import { LibraryPlugin } from '@remixproject/engine';
import { LibraryPlugin } from '@remixproject/engine'
import * as packageJson from '../../../package.json'
const $ = require('jquery')