Skip to content

Commit c1d7b31

Browse files
committed
fix(miniprogram-typescript): update failing
1 parent c3d066d commit c1d7b31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

glass-easel-miniprogram-typescript/src/project.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ export class ProjectDirManager {
264264
const compPath = wxmlFullPath.slice(0, -5)
265265
const tsFullPath = `${compPath}.ts`
266266
let cache = this.convertedExpr[wxmlFullPath]
267-
if (cache?.expr) return
268267
if (!cache) {
269268
cache = {
270269
expr: undefined,

0 commit comments

Comments
 (0)