0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/test/assets/injectedfile.js
JoelEinbinder fdaaa2c0e6 Inject file with sourceURL ()
This patch starts adding a sourceURL trailing comment to make stack traces
readable.
2017-07-23 09:56:35 -07:00

2 lines
51 B
JavaScript

__injected = 42;
__injectedError = new Error('hi');