File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ class BroccoliTypeScriptCompiler extends Plugin {
8181 try {
8282 fs . symlinkSync ( absoluteFilePath , outputFilePath ) ;
8383 } catch ( e ) {
84- const conentStr = fs . readFileSync ( absoluteFilePath ) ;
85- fs . writeFileSync ( outputFilePath , conentStr ) ;
84+ const contentStr = fs . readFileSync ( absoluteFilePath ) ;
85+ fs . writeFileSync ( outputFilePath , contentStr ) ;
8686 }
8787 } ) ;
8888 } else {
@@ -211,8 +211,8 @@ class BroccoliTypeScriptCompiler extends Plugin {
211211 try {
212212 fs . symlinkSync ( absoluteFilePath , outputFilePath ) ;
213213 } catch ( e ) {
214- const conentStr = fs . readFileSync ( absoluteFilePath ) ;
215- fs . writeFileSync ( outputFilePath , conentStr ) ;
214+ const contentStr = fs . readFileSync ( absoluteFilePath ) ;
215+ fs . writeFileSync ( outputFilePath , contentStr ) ;
216216 }
217217 }
218218
You can’t perform that action at this time.
0 commit comments