Skip to content

Commit 1ab1280

Browse files
committed
Don't quit CLI rendering when failed to load sample files
Per #3293 (comment)
1 parent 811188b commit 1ab1280

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/SampleBuffer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ void SampleBuffer::update( bool _keep_settings )
297297
else
298298
{
299299
fprintf( stderr, "%s\n", message.toUtf8().constData() );
300-
exit( EXIT_FAILURE );
301300
}
302301
}
303302
}

0 commit comments

Comments
 (0)