mirror of
https://github.com/sasjs/server.git
synced 2026-01-10 16:00:05 +00:00
fix: quick fix for executables
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
import { copy, createFolder } from '@sasjs/utils'
|
import { copy } from '@sasjs/utils'
|
||||||
|
|
||||||
import { getTmpMacrosPath, sasJSCoreMacros } from '.'
|
import { getTmpMacrosPath, sasJSCoreMacros } from '.'
|
||||||
|
|
||||||
export const copySASjsCore = async () => {
|
export const copySASjsCore = async () => {
|
||||||
await createFolder(sasJSCoreMacros)
|
|
||||||
|
|
||||||
const macrosDrivePath = getTmpMacrosPath()
|
const macrosDrivePath = getTmpMacrosPath()
|
||||||
await copy(sasJSCoreMacros, macrosDrivePath)
|
await copy(sasJSCoreMacros, macrosDrivePath)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user