We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3558868 commit f246138Copy full SHA for f246138
spec/fixtures/captured-errors.js
@@ -1,4 +1,5 @@
1
// jscs:disable disallowImplicitTypeConversion
2
+// jscs:disable maximumLineLength
3
/* exported CapturedExceptions */
4
var CapturedExceptions = {};
5
@@ -257,7 +258,7 @@ CapturedExceptions.FIREFOX_43_NESTED_EVAL = {
257
258
CapturedExceptions.FIREFOX_43_FUNCTION_NAME_WITH_AT_SIGN = {
259
message: 'Dummy error',
260
name: 'Error',
- stack: 'obj[\'@fn\']@Scratchpad/1:10:29\n' +
261
+ stack: 'obj["@fn"]@Scratchpad/1:10:29\n' +
262
'@Scratchpad/1:11:1\n' +
263
'',
264
fileName: 'Scratchpad/1',
0 commit comments