Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 267 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 267 Bytes

This repo is to reprodce this issue: getsentry/sentry-electron#992

To reproduce:

  1. run npm install
  2. run npm run dev
  3. Observe the error in the console
  4. Comment lines 7-17 in src/main/index.ts for everything to work as expected.