mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-10 05:40:06 +00:00
feat(job-execution): support absolute paths to SAS jobs
This commit is contained in:
2
src/utils/isRelativePath.ts
Normal file
2
src/utils/isRelativePath.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const isRelativePath = (uri: string): boolean =>
|
||||
!!uri && !uri.startsWith('/')
|
||||
Reference in New Issue
Block a user