mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 11:44:34 +00:00
Revert "fix: quick fix for executables"
This reverts commit 9e53470947.
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
import { copy } from '@sasjs/utils'
|
import { copy, createFolder } 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