File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,17 +45,15 @@ sourceLocation.isUserDirected = *on;
4545monitor ;
4646 createGeneratedSourceObject(sourceLocation);
4747on-error ;
48- replResult_recordCustomMessage(
49- 'Could not generate module' );
48+ replResult_recordCustomMessage('Could not generate module' );
5049 hasError = *on ;
5150endmon ;
5251
5352if not hasError;
5453 monitor ;
5554 compileGeneratedSourceObject(*off : *on );
5655 on-error ;
57- replResult_recordCustomMessage(
58- 'Could not compile program object' );
56+ replResult_recordCustomMessage('Could not compile program object' );
5957 hasError = *on ;
6058 endmon ;
6159endif ;
@@ -64,8 +62,7 @@ if not hasError;
6462 monitor ;
6563 runGeneratedProgramObject();
6664 on-error ;
67- replResult_recordCustomMessage(
68- 'Could not run snippet' );
65+ replResult_recordCustomMessage('Could not run snippet' );
6966 hasError = *on ;
7067 endmon ;
7168endif ;
You can’t perform that action at this time.
0 commit comments