mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-07-19 10:15:08 -04:00
remove '-r' from compiler's option
Signed-off-by: hufeng <hufeng20@huawei.com> Change-Id: I684f695bb8df7fc940523b8e1ee59ea0f716a886
This commit is contained in:
@@ -97,9 +97,9 @@ function mkDir(path_) {
|
||||
}
|
||||
|
||||
function js2abcFirst(inputPath) {
|
||||
let param = '-r';
|
||||
let param = '';
|
||||
if (isDebug) {
|
||||
param += ' --debug';
|
||||
param += '--debug';
|
||||
}
|
||||
|
||||
let js2abc = path.join(arkDir, 'build', 'src', 'index.js');
|
||||
|
||||
Reference in New Issue
Block a user