You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
294 B
JavaScript
10 lines
294 B
JavaScript
|
6 years ago
|
module.exports = function() {
|
||
|
|
return true;
|
||
|
|
};
|
||
|
|
|
||
|
|
/**
|
||
|
|
* The reason this file exists is so that we can set a breakpoint via
|
||
|
|
* script name, and then control when that breakpoint is set in
|
||
|
|
* our library code by importing and calling this function. The
|
||
|
|
* breakpoint will always be on line 2.
|
||
|
|
*/
|