UNPKG

294 BJavaScriptView Raw
1module.exports = function() {
2 return true;
3};
4
5/**
6 * The reason this file exists is so that we can set a breakpoint via
7 * script name, and then control when that breakpoint is set in
8 * our library code by importing and calling this function. The
9 * breakpoint will always be on line 2.
10 */
\No newline at end of file