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

fix: updating mp_testservice.sas and mv_jobflow to use the provided context. Also updating mv_getjobresult to fetch byte by byte (as some inputs are very wide).

This commit is contained in:
Allan Bowe
2021-06-27 00:22:53 +03:00
parent cd75bf263a
commit 55d4c7238a
6 changed files with 51 additions and 24 deletions

View File

@@ -33,6 +33,6 @@
"postinstall": "[ -d .git ] && git config core.hooksPath ./.git-hooks || true"
},
"devDependencies": {
"@sasjs/cli": "^2.27.0"
"@sasjs/cli": "2.27.0"
}
}