File tree 1 file changed +4
-4
lines changed
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 {
81
81
try {
82
82
fs . symlinkSync ( absoluteFilePath , outputFilePath ) ;
83
83
} catch ( e ) {
84
- const conentStr = fs . readFileSync ( absoluteFilePath ) ;
85
- fs . writeFileSync ( outputFilePath , conentStr ) ;
84
+ const contentStr = fs . readFileSync ( absoluteFilePath ) ;
85
+ fs . writeFileSync ( outputFilePath , contentStr ) ;
86
86
}
87
87
} ) ;
88
88
} else {
@@ -211,8 +211,8 @@ class BroccoliTypeScriptCompiler extends Plugin {
211
211
try {
212
212
fs . symlinkSync ( absoluteFilePath , outputFilePath ) ;
213
213
} catch ( e ) {
214
- const conentStr = fs . readFileSync ( absoluteFilePath ) ;
215
- fs . writeFileSync ( outputFilePath , conentStr ) ;
214
+ const contentStr = fs . readFileSync ( absoluteFilePath ) ;
215
+ fs . writeFileSync ( outputFilePath , contentStr ) ;
216
216
}
217
217
}
218
218
You can’t perform that action at this time.
0 commit comments