File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,4 @@ let browser;
128128 await takeCanvasScreenshots ( browser , htmlFile ) ;
129129 }
130130 console . log ( `renderVisualizations.js: Successfully rendered ${ htmlFiles . length } html file(s)` ) ;
131- } ) ( )
132- . catch ( ( err ) => console . error ( err ) )
133- . finally ( ( ) => browser ?. close ( ) ) ;
131+ } ) ( ) . finally ( ( ) => browser ?. close ( ) ) ;
Original file line number Diff line number Diff line change @@ -33,4 +33,6 @@ if [ ! -d "${GRAPH_VISUALIZATION_DIRECTORY}/node_modules" ] ; then
3333fi
3434
3535# Execute the node.js script to render the graph visualizations as image files
36- (cd " ${REPORTS_DIRECTORY} " && exec node " ${GRAPH_VISUALIZATION_DIRECTORY} /renderVisualizations.js" )
36+ (cd " ${REPORTS_DIRECTORY} " && exec node " ${GRAPH_VISUALIZATION_DIRECTORY} /renderVisualizations.js" )
37+
38+ echo " GraphVisualization: Successfully finished"
You can’t perform that action at this time.
0 commit comments