jakst / electron-4.0.4-regression

Reproduction repo of regression in Electron 4.0.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproduction steps

# Go to "electron-4.0.3" folder
cd electron-4.0.3

# Install packages
yarn install

# Start project
yarn start

# Go to "electron-4.0.4" folder
cd ../electron-4.0.4

# Install packages
yarn install

# Start project
yarn start

Observe that the expected and actual output match in electron 4.0.3 and differ in electron 4.0.4!

About

Reproduction repo of regression in Electron 4.0.4


Languages

Language:JavaScript 100.0%