Skip to content

Commit 43c4538

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix: update copilot fix
1 parent 57a9a73 commit 43c4538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/lib/templates/ReactTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class ReactTemplate implements Template {
125125
igniteuiResFile = igniteuiResFile.replace("-lite", "");
126126
}
127127
fs.ftruncateSync(fd, 0);
128-
fs.writeSync(fd, igniteuiResFile, 0);
128+
fs.writeSync(fd, igniteuiResFile);
129129
}
130130

131131
if (dvDep && !igniteuiResFile.includes(dvPath)) {

0 commit comments

Comments
 (0)