We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3f366 commit 78fa362Copy full SHA for 78fa362
1 file changed
src/utils/generate/watcher.ts
@@ -195,7 +195,7 @@ export async function runWatchMode(
195
watcher = new Watcher(watchDir, ignorePaths);
196
}
197
198
- if (!await thisArg.isLocalTemplate(path.resolve(generatorClass.DEFAULT_TEMPLATES_DIR, templateName))) {
+ if (!await isLocalTemplate(path.resolve(generatorClass.DEFAULT_TEMPLATES_DIR, templateName))) {
199
thisArg.warn(`WARNING: ${template} is a remote template. Changes may be lost on subsequent installations.`);
200
201
0 commit comments