mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
056a436e10 | ||
|
|
06d59c618c | ||
|
|
a0e7875ae6 |
@@ -1,3 +1,10 @@
|
|||||||
|
## [0.21.4](https://github.com/sasjs/server/compare/v0.21.3...v0.21.4) (2022-09-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* removing single quotes from _program value ([a0e7875](https://github.com/sasjs/server/commit/a0e7875ae61cbb6e7d3995d2e36e7300b0daec86))
|
||||||
|
|
||||||
## [0.21.3](https://github.com/sasjs/server/compare/v0.21.2...v0.21.3) (2022-09-21)
|
## [0.21.3](https://github.com/sasjs/server/compare/v0.21.2...v0.21.3) (2022-09-21)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ export const programPathInjection = (
|
|||||||
return `._PROGRAM = '${path}';\n${code}`
|
return `._PROGRAM = '${path}';\n${code}`
|
||||||
}
|
}
|
||||||
if (runtime === RunTimeType.SAS) {
|
if (runtime === RunTimeType.SAS) {
|
||||||
return `%let _program = '${path}';\n${code}`
|
return `%let _program = ${path};\n${code}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user