1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-17 05:20:05 +00:00

Merge pull request #247 from sasjs/allanbowe/mp-abort-on-sasjs-server-246

fix: ensuring webout on abort, closes #246
This commit is contained in:
Allan Bowe
2022-05-30 15:42:47 +03:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -2269,8 +2269,8 @@ Usage:
%end; %end;
%end; %end;
/* Stored Process Server web app context */ /* Web App Context */
%if %symexist(_METAFOLDER) %if %symexist(_PROGRAM)
or "&SYSPROCESSNAME "="Compute Server " or "&SYSPROCESSNAME "="Compute Server "
or &mode=INCLUDE or &mode=INCLUDE
%then %do; %then %do;

View File

@@ -84,8 +84,8 @@
%end; %end;
%end; %end;
/* Stored Process Server web app context */ /* Web App Context */
%if %symexist(_METAFOLDER) %if %symexist(_PROGRAM)
or "&SYSPROCESSNAME "="Compute Server " or "&SYSPROCESSNAME "="Compute Server "
or &mode=INCLUDE or &mode=INCLUDE
%then %do; %then %do;