rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'

This commit is contained in:
luk.lu
2022-08-17 08:59:42 +08:00
parent c993703471
commit 94e01b5739
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ module.exports = {
file.path = file.path.replace('\\', '/')
return Object.assign(file, { _state: 'SUCCESS' })
} else {
return { _state: 'BASEND_FAIL_FILE_NOT_RECEIVED' }
return { _state: 'WOBASE_FAIL_FILE_NOT_RECEIVED' }
}
},
},