mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Minor tweak in Yeoman generator source to clarify intent (makes no difference in current cases, so no need to re-release the package for this)
This commit is contained in:
@@ -150,7 +150,7 @@ class MyGenerator extends yeoman.Base {
|
||||
if (typeof mappedFilename === 'string') {
|
||||
outputFn = mappedFilename;
|
||||
} else {
|
||||
fileIsExcludedByTemplateConfig = true;
|
||||
fileIsExcludedByTemplateConfig = (mappedFilename === false);
|
||||
}
|
||||
|
||||
// Decide whether to emit this file
|
||||
|
||||
Reference in New Issue
Block a user