@@ -115,7 +115,7 @@ at Function.<anonymous> (C:\\project files\\spect\\node_modules\\esm\\esm.js:1:2
115115 "bar(1)@http://127.0.0.1:8000/js/file.js:13\n " +
116116 "bar(2)@http://127.0.0.1:8000/js/file.js:16\n " +
117117 "foo()@http://127.0.0.1:8000/js/file.js:20\n " +
118- "@http://127.0.0.1:8000/js/file.js:24\n " ,
118+ "@http://127.0.0.1:8000/js/file.js:24" ,
119119 } ;
120120
121121 public static readonly JavaScriptError Firefox7 = new JavaScriptError
@@ -129,7 +129,7 @@ at Function.<anonymous> (C:\\project files\\spect\\node_modules\\esm\\esm.js:1:2
129129 "bar(1)@file:///G:/js/file.js:13\n " +
130130 "bar(2)@file:///G:/js/file.js:16\n " +
131131 "foo()@file:///G:/js/file.js:20\n " +
132- "@file:///G:/js/file.js:24\n " ,
132+ "@file:///G:/js/file.js:24" ,
133133 } ;
134134
135135 public static readonly JavaScriptError Firefox14 = new JavaScriptError
@@ -138,7 +138,7 @@ at Function.<anonymous> (C:\\project files\\spect\\node_modules\\esm\\esm.js:1:2
138138 Stack =
139139 "@http://path/to/file.js:48\n " +
140140 "dumpException3@http://path/to/file.js:52\n " +
141- "onclick@http://path/to/file.js:1\n " ,
141+ "onclick@http://path/to/file.js:1" ,
142142 FileName = "http://path/to/file.js" ,
143143 LineNumber = 48 ,
144144 } ;
@@ -150,7 +150,7 @@ at Function.<anonymous> (C:\\project files\\spect\\node_modules\\esm\\esm.js:1:2
150150 Stack =
151151 "foo@http://path/to/file.js:41:13\n " +
152152 "bar@http://path/to/file.js:1:1\n " +
153- ".plugin/e.fn[c]/<@http://path/to/file.js:1:1\n " ,
153+ ".plugin/e.fn[c]/<@http://path/to/file.js:1:1" ,
154154 FileName = "http://path/to/file.js" ,
155155 LineNumber = 41 ,
156156 ColumnNumber = 12 ,
@@ -182,7 +182,7 @@ at Function.<anonymous> (C:\\project files\\spect\\node_modules\\esm\\esm.js:1:2
182182 "[2]</Bar.prototype._baz/</<@http://path/to/file.js:703:28\n " +
183183 "App.prototype.foo@file:///path/to/file.js:15:2\n " +
184184 "bar@file:///path/to/file.js:20:3\n " +
185- "@file:///path/to/index.html:23:1\n " , // inside <script> tag
185+ "@file:///path/to/index.html:23:1" , // inside <script> tag
186186 FileName = "http://path/to/file.js" ,
187187 ColumnNumber = 0 ,
188188 LineNumber = 703 ,
@@ -317,7 +317,7 @@ at Function.<anonymous> (C:\\project files\\spect\\node_modules\\esm\\esm.js:1:2
317317 "at foo (eval at speak (http://localhost:8080/file.js:21:17), <anonymous>:2:96)\n " +
318318 "at eval (eval at speak (http://localhost:8080/file.js:21:17), <anonymous>:4:18)\n " +
319319 "at Object.speak (http://localhost:8080/file.js:21:17)\n " +
320- "at http://localhost:8080/file.js:31:13\n " ,
320+ "at http://localhost:8080/file.js:31:13" ,
321321 } ;
322322
323323 public static readonly JavaScriptError Phantomjs119 = new JavaScriptError
@@ -342,7 +342,7 @@ at Function.<anonymous> (C:\\project files\\spect\\node_modules\\esm\\esm.js:1:2
342342 "at _currentElement(/home/username/sample-workspace/sampleapp.collect.react/node_modules/react-native/Libraries/Renderer/src/renderers/shared/stack/reconciler/ReactCompositeComponent.js:346:40)\n " +
343343 "at child(/home/username/sample-workspace/sampleapp.collect.react/node_modules/react-native/Libraries/Renderer/src/renderers/shared/stack/reconciler/ReactReconciler.js:68:25)\n " +
344344 "at children(/home/username/sample-workspace/sampleapp.collect.react/node_modules/react-native/Libraries/Renderer/src/renderers/shared/stack/reconciler/ReactMultiChild.js:264:10)\n " +
345- "at this(/home/username/sample-workspace/sampleapp.collect.react/node_modules/react-native/Libraries/Renderer/src/renderers/native/ReactNativeBaseComponent.js:74:41)\n " ,
345+ "at this(/home/username/sample-workspace/sampleapp.collect.react/node_modules/react-native/Libraries/Renderer/src/renderers/native/ReactNativeBaseComponent.js:74:41)" ,
346346 } ;
347347
348348 public static readonly JavaScriptError AndroidReactNativeProd = new JavaScriptError
@@ -396,8 +396,7 @@ at Function.<anonymous> (C:\\project files\\spect\\node_modules\\esm\\esm.js:1:2
396396 _exampleFunction@/home/test/project/App.js:125:13
397397 _depRunCallbacks@/home/test/project/node_modules/dep/index.js:77:45
398398 tryCallTwo@/home/test/project/node_modules/react-native/node_modules/promise/lib/core.js:45:5
399- doResolve@/home/test/project/node_modules/react-native/node_modules/promise/lib/core.js:200:13
400- " ,
399+ doResolve@/home/test/project/node_modules/react-native/node_modules/promise/lib/core.js:200:13" ,
401400 } ;
402401
403402 public static readonly JavaScriptError IosReactNative2 = new JavaScriptError
0 commit comments