plasma-umass / BLeak

BLeak: Automatically Debugging Memory Leaks in Web Applications
MIT License
408 stars 41 forks source link

Typo in chrome_driver.ts headless argument - headleass instead of headless #52

Closed TJMaria closed 4 years ago

TJMaria commented 4 years ago

I was trying to run headless.

Found a typo in the chrome_driver.ts

https://github.com/plasma-umass/BLeak/blob/b920f7902168f968997fd3181304fb480dd3b905/src/lib/chrome_driver.ts#L50

TJMaria commented 4 years ago

forked and made a PR: https://github.com/plasma-umass/BLeak/pull/53