show: async()

in app/launch/src/components/CodePreview/CodePreview.js [47:51]


    show: async (json, showing) => {
      setShowing(showing || 'README.md')
      const nodes = makeNodeTree(json.contents)
      setPreview(nodes)
    },