1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-13 00:50:06 +00:00

style: lint

This commit is contained in:
Mihajlo Medjedovic
2021-10-18 12:07:42 +00:00
parent 125cf35722
commit 6efb2d0b51
3 changed files with 5 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ export class ExecutionController {
let webout = path.join(session.path, 'webout.txt')
await createFile(webout, '')
program = `
%let sasjsprocessmode=Stored Program;
filename _webout "${webout}";