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