1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

fix: streaming output in mp_streamfile by default (eg when param not found)

This commit is contained in:
munja
2022-02-03 20:13:57 +01:00
parent 0297509aa0
commit 6fd215ceff
3 changed files with 298 additions and 129 deletions

View File

@@ -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;

View File

@@ -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;

425
package-lock.json generated

File diff suppressed because it is too large Load Diff