Skip to content

Instantly share code, notes, and snippets.

@blakehawkins
Created August 23, 2022 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blakehawkins/12f337514c9cdbc2d86e53729bc9e321 to your computer and use it in GitHub Desktop.
Save blakehawkins/12f337514c9cdbc2d86e53729bc9e321 to your computer and use it in GitHub Desktop.
FAIL src/copy-object/__tests__/copy-object.spec.ts
● Test suite failed to run
TypeError: $thiz.fillInStackTrace__jl_Throwable is not a function
28720 | $thiz.jl_Throwable__f_writableStackTrace = writableStackTrace;
28721 | if (writableStackTrace) {
> 28722 | $thiz.fillInStackTrace__jl_Throwable()
| ^
28723 | };
28724 | return $thiz
28725 | }
at $ct_jl_Throwable__T__jl_Throwable__Z__Z__ (../../../../project-api/project-api-app/build/index.js:28722:11)
at new $c_s_util_control_BreakControl (../../../../project-api/project-api-app/build/index.js:147543:5)
at new $c_s_util_control_Breaks (../../../../project-api/project-api-app/build/index.js:26347:77)
at new $c_sc_Traversable$ (../../../../project-api/project-api-app/build/index.js:145227:36)
at $m_sc_Traversable$ (../../../../project-api/project-api-app/build/index.js:145254:26)
at new $c_s_package$ (../../../../project-api/project-api-app/build/index.js:25165:36)
at $m_s_package$ (../../../../project-api/project-api-app/build/index.js:25213:21)
at new $c_s_Predef$ (../../../../project-api/project-api-app/build/index.js:86241:3)
at $m_s_Predef$ (../../../../project-api/project-api-app/build/index.js:86323:20)
at $p_Lcom_proj_project_api_object_api_definitions_data_AbcDefinitionV1$anon$lazy$macro$9$1__inst$macro$1$lzycompute__Lio_circe_generic_decoding_DerivedDecoder (../../../../project-api/project-api-app/build/index.js:53018:14)
at $c_Lcom_proj_project_api_object_api_definitions_data_AbcDefinitionV1$anon$lazy$macro$9$1.inst$macro$1__Lio_circe_generic_decoding_DerivedDecoder (../../../../project-api/project-api-app/build/index.js:53044:163)
at new $c_Lcom_proj_project_api_object_api_definitions_data_AbcDefinitionV1$ (../../../../project-api/project-api-app/build/index.js:52845:135)
at $m_Lcom_proj_project_api_object_api_definitions_data_AbcDefinitionV1$ (../../../../project-api/project-api-app/build/index.js:52929:94)
at Object.<anonymous> (../../../../project-api/project-api-app/build/index.js:266245:41)
at Object.<anonymous> (src/system/sub/utils.ts:7:1)
at Object.<anonymous> (src/app/route-utils.ts:10:1)
at Object.<anonymous> (src/copy-object/copy-object-store.ts:16:1)
at Object.<anonymous> (src/copy-object/__tests__/copy-object.spec.ts:14:1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment