Signed-off-by: lihong <lihong67@huawei.com>
Change-Id: I3a56d39dec35c60a8853ef557cad42aa8364b94f
This commit is contained in:
lihong
2021-09-03 09:50:41 +08:00
parent e944fe76ee
commit 4304fac145
+1 -4
View File
@@ -16,8 +16,5 @@
import { processSystemApi } from './validate_ui_syntax';
module.exports = function processWorker(source: string): string {
if (/workers/.test(this.resourcePath)) {
return processSystemApi(source);
}
return source;
return processSystemApi(source);
};