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:
parent
224158812f
commit
6b239ae38b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user