mirror of
https://github.com/sasjs/core.git
synced 2026-04-21 15:31:31 +00:00
fix: streaming output in mp_streamfile by default (eg when param not found)
This commit is contained in:
@@ -10929,7 +10929,6 @@ run;
|
||||
%end;
|
||||
%else %do;
|
||||
%put %str(ERR)OR: Content Type &contenttype NOT SUPPORTED by &sysmacroname!;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
%if &inref ne 0 %then %do;
|
||||
|
||||
@@ -141,7 +141,6 @@ run;
|
||||
%end;
|
||||
%else %do;
|
||||
%put %str(ERR)OR: Content Type &contenttype NOT SUPPORTED by &sysmacroname!;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
%if &inref ne 0 %then %do;
|
||||
|
||||
Generated
+298
-127
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user