Skip to content

Commit 40adc7f

Browse files
author
Vivek Vishal
authored
info log
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 8d0a9cc commit 40adc7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
810810
console.error(`Error creating page for "${pagePath}":`, error);
811811
}
812812
} else {
813-
console.warn(`Skipping creating page "${pagePath}" - file not found: "${componentPath}"`);
813+
console.info(`Skipping creating page "${pagePath}" - file not found: "${componentPath}"`);
814814
}
815815
});
816816
});

0 commit comments

Comments
 (0)