1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-25 17:54:43 +03:00

style(scripts): fix linting

This commit is contained in:
louistiti 2023-05-08 21:24:26 +08:00
parent 224158812f
commit 6b239ae38b

View File

@ -138,10 +138,7 @@ BUILD_TARGETS.set('tcp-server', {
*/
try {
const distBinPath = path.join(NODEJS_BRIDGE_DIST_PATH, 'bin')
const distMainFilePath = path.join(
distBinPath,
'index.js'
)
const distMainFilePath = path.join(distBinPath, 'index.js')
const distRenamedMainFilePath = path.join(
distBinPath,
NODEJS_BRIDGE_BIN_NAME