Skip to content

Commit 7464fac

Browse files
author
野松
committed
request update: bugfix
1 parent defacaa commit 7464fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android/LuaViewSDK/src/com/taobao/luaview/scriptbundle/LuaScriptManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public static String getBaseScriptFolderPath() {
116116
* @return
117117
*/
118118
public static String getBasePredownloadFolderPath() {
119-
return BASE_PREDOWNLOAD_FILECACHE_PATH + PACKAGE_NAME_DEFAULT + File.separator + FOLDER_PRE_DOWNLOAD + File.separator;
119+
return BASE_PREDOWNLOAD_FILECACHE_PATH + FOLDER_PRE_DOWNLOAD + File.separator;
120120
}
121121

122122
/**

0 commit comments

Comments
 (0)