fuse-box / fuse-box/fuse-box-typechecker

How to catch runSync() exception

Open
#47 5 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
TypeScript
Stars
30
Forks
8
PR merge metrics
No merged PRs in 30d

Description

Hi,
I want to catch 'exception' when TypeHelper throws exception. How I can do that ?

`try{
testSync.runSync();
}catch(error)
{
console.log('error : '+ error);
}`

Thank-you

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the runSync() entry point and the TypeHelper usage shown in the issue, then inspect how exceptions are propagated. Done means documenting whether the exception can be caught by the shown try/catch and providing the supported usage guidance.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.