rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'
This commit is contained in:
@@ -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' }
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user