Skip to content

Commit 182697e

Browse files
committed
Capture parse exceptions non-threaded profilesets
1 parent 46c34b4 commit 182697e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/sc_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ int sim_t::main( const std::vector<std::string>& args )
356356

357357
progress_bar.set_base( "Baseline" );
358358

359-
if ( execute() )
359+
if ( execute() && !rethrow_exception_queue() )
360360
{
361361
scaling->analyze();
362362
plot->analyze();

0 commit comments

Comments
 (0)