display name

pull/1/head
yann300 6 years ago
parent ecae195dbd
commit a5a7b12e46
  1. 4
      .circleci/config.yml
  2. 1
      src/app/tabs/debugger-tab.js

@ -26,10 +26,10 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
keys: keys:
- dep-bundle-28-{{ checksum "package.json" }} - dep-bundle-29-{{ checksum "package.json" }}
- run: npm install - run: npm install
- save_cache: - save_cache:
key: dep-bundle-28-{{ checksum "package.json" }} key: dep-bundle-29-{{ checksum "package.json" }}
paths: paths:
- ~/repo/node_modules - ~/repo/node_modules
- run: npm run lint && npm run test && npm run make-mock-compiler && npm run build - run: npm run lint && npm run test && npm run make-mock-compiler && npm run build

@ -10,6 +10,7 @@ class DebuggerTab {
profile () { profile () {
return { return {
displayName: 'debugger',
name: 'debugger', name: 'debugger',
methods: [], methods: [],
events: [], events: [],

Loading…
Cancel
Save